#41990C

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

Shades of La Palma #41990C

Tints of La Palma #41990C

Color information

#41990C (or 0x41990C) is unknown color: approx La Palma. HEX triplet: 41, 99 and 0C. RGB value is (65,153,12). Sum of RGB (Red+Green+Blue) = 65+153+12=230 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.26% from 230); Green value is 153 (60.16% from 255 or 66.52% from 230); Blue value is 12 (5.08% from 255 or 5.22% from 230); Max value from RGB is 153 - color contains mainly: green. Hex color #41990C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #41990C is #BE66F3. Grayscale: #6F6F6F. Windows color (decimal): -12478196 or 825665. OLE color: 825665.

HSL color Cylindrical-coordinate representation of color #41990C: hue angle of 97.45º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #41990C is Cyan = 0.58, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.4.

Color convert

RGB6515312-
CMYK0.5800.920.4
HSL97.45º85.45%32.35%-
HSV(B)97.45º92.16%60%-
XYZ13.6423.934.25-
YUV110.6172.3595.46-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.26%
GREEN value IS 153 (60.16% from 255) = 66.52%
BLUE value IS 12 (5.08% from 255) = 5.22%
R=28.26%
G=66.52%
B=5.22%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal65153120.5800.920.497.4585.4532.35
Hex4199C3A05C28615520
Octal101231147201345014112540
Binary10000011001100111001110100101110010100011000011010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41990C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41990C; }

 p { color: rgb(65,153,12); }

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

<style>
 a { background-color: #41990C; }

 a { background-color: rgb(65,153,12); }

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

<style>
 span { border-color: #41990C; }

 span { border-color: rgb(65,153,12); }

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