#41940F

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

Shades of La Palma #41940F

Tints of La Palma #41940F

Color information

#41940F (or 0x41940F) is unknown color: approx La Palma. HEX triplet: 41, 94 and 0F. RGB value is (65,148,15). Sum of RGB (Red+Green+Blue) = 65+148+15=228 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.51% from 228); Green value is 148 (58.20% from 255 or 64.91% from 228); Blue value is 15 (6.25% from 255 or 6.58% from 228); Max value from RGB is 148 - color contains mainly: green. Hex color #41940F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #41940F is #BE6BF0. Grayscale: #6C6C6C. Windows color (decimal): -12479473 or 1020993. OLE color: 1020993.

HSL color Cylindrical-coordinate representation of color #41940F: hue angle of 97.44º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #41940F is Cyan = 0.56, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB6514815-
CMYK0.5600.900.42
HSL97.44º81.6%31.96%-
HSV(B)97.44º89.86%58.04%-
XYZ12.8622.344.09-
YUV108.0275.597.31-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.51%
GREEN value IS 148 (58.20% from 255) = 64.91%
BLUE value IS 15 (6.25% from 255) = 6.58%
R=28.51%
G=64.91%
B=6.58%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal65148150.5600.900.4297.4481.631.96
Hex4194F3805A2A615220
Octal101224177001325214112240
Binary10000011001010011111110000101101010101011000011010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41940F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,148,15); }

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

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

 a { background-color: rgb(65,148,15); }

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

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

 span { border-color: rgb(65,148,15); }

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