#41900B

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

Shades of La Palma #41900B

Tints of La Palma #41900B

Color information

#41900B (or 0x41900B) is unknown color: approx La Palma. HEX triplet: 41, 90 and 0B. RGB value is (65,144,11). Sum of RGB (Red+Green+Blue) = 65+144+11=220 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.55% from 220); Green value is 144 (56.64% from 255 or 65.45% from 220); Blue value is 11 (4.69% from 255 or 5% from 220); Max value from RGB is 144 - color contains mainly: green. Hex color #41900B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #41900B is #BE6FF4. Grayscale: #696969. Windows color (decimal): -12480501 or 757825. OLE color: 757825.

HSL color Cylindrical-coordinate representation of color #41900B: hue angle of 95.64º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #41900B is Cyan = 0.55, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB6514411-
CMYK0.5500.920.44
HSL95.64º85.81%30.39%-
HSV(B)95.64º92.36%56.47%-
XYZ12.2121.093.74-
YUV105.2274.8399.31-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.55%
GREEN value IS 144 (56.64% from 255) = 65.45%
BLUE value IS 11 (4.69% from 255) = 5%
R=29.55%
G=65.45%
B=5%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal65144110.5500.920.4495.6485.8130.39
Hex4190B3705C2C60561e
Octal101220136701345414012636
Binary1000001100100001011110111010111001011001100000101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41900B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,144,11); }

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

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

 a { background-color: rgb(65,144,11); }

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

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

 span { border-color: rgb(65,144,11); }

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