#40921F

Color #40921F La Palma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Palma #40921F

Tints of La Palma #40921F

Color information

#40921F (or 0x40921F) is unknown color: approx La Palma. HEX triplet: 40, 92 and 1F. RGB value is (64,146,31). Sum of RGB (Red+Green+Blue) = 64+146+31=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 146 (57.42% from 255 or 60.58% from 241); Blue value is 31 (12.5% from 255 or 12.86% from 241); Max value from RGB is 146 - color contains mainly: green. Hex color #40921F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40921F is #BF6DE0. Grayscale: #6C6C6C. Windows color (decimal): -12545505 or 2069056. OLE color: 2069056.

HSL color Cylindrical-coordinate representation of color #40921F: hue angle of 102.78º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #40921F is Cyan = 0.56, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB6414631-
CMYK0.5600.790.43
HSL102.78º64.97%34.71%-
HSV(B)102.78º78.77%57.25%-
XYZ12.6421.754.83-
YUV108.3784.3396.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 64 (25.39% from 255) = 26.56%
GREEN value IS 146 (57.42% from 255) = 60.58%
BLUE value IS 31 (12.5% from 255) = 12.86%
R=26.56%
G=60.58%
B=12.86%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal64146310.5600.790.43102.7864.9734.71
Hex40921F3804F2B674123
Octal100222377001175314710143
Binary100000010010010111111110000100111110101111001111000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40921F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40921F; }

 p { color: rgb(64,146,31); }

 H1.HeaderClassName
 {
   color: #40921F;
 }
 .AnyTagClassName
 {
   color: #40921F;
 }
</style>
background-color css

<style>
 a { background-color: #40921F; }

 a { background-color: rgb(64,146,31); }

 div.DivClassName
 {
   background-color: #40921F;
 }
 .BgClassName
 {
   background-color: #40921F;
 }
</style>
border-color css

<style>
 span { border-color: #40921F; }

 span { border-color: rgb(64,146,31); }

 td.TdClassName
 {
   border-color: #40921F;
 }
 .TagClassName
 {
   border-color: #40921F;
 }
</style>