#40921B

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

Shades of La Palma #40921B

Tints of La Palma #40921B

Color information

#40921B (or 0x40921B) is unknown color: approx La Palma. HEX triplet: 40, 92 and 1B. RGB value is (64,146,27). Sum of RGB (Red+Green+Blue) = 64+146+27=237 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.00% from 237); Green value is 146 (57.42% from 255 or 61.60% from 237); Blue value is 27 (10.94% from 255 or 11.39% from 237); Max value from RGB is 146 - color contains mainly: green. Hex color #40921B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40921B is #BF6DE4. Grayscale: #6C6C6C. Windows color (decimal): -12545509 or 1806912. OLE color: 1806912.

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

Color convert

RGB6414627-
CMYK0.5600.820.43
HSL101.34º68.79%33.92%-
HSV(B)101.34º81.51%57.25%-
XYZ12.5921.734.57-
YUV107.9282.3396.68-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.00%
GREEN value IS 146 (57.42% from 255) = 61.60%
BLUE value IS 27 (10.94% from 255) = 11.39%
R=27.00%
G=61.60%
B=11.39%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal64146270.5600.820.43101.3468.7933.92
Hex40921B380522B654522
Octal100222337001225314510542
Binary100000010010010110111110000101001010101111001011000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40921B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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