#41940A

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

Shades of La Palma #41940A

Tints of La Palma #41940A

Color information

#41940A (or 0x41940A) is unknown color: approx La Palma. HEX triplet: 41, 94 and 0A. RGB value is (65,148,10). Sum of RGB (Red+Green+Blue) = 65+148+10=223 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.15% from 223); Green value is 148 (58.20% from 255 or 66.37% from 223); Blue value is 10 (4.30% from 255 or 4.48% from 223); Max value from RGB is 148 - color contains mainly: green. Hex color #41940A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #41940A is #BE6BF5. Grayscale: #6B6B6B. Windows color (decimal): -12479478 or 693313. OLE color: 693313.

HSL color Cylindrical-coordinate representation of color #41940A: hue angle of 96.09º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #41940A is Cyan = 0.56, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB6514810-
CMYK0.5600.930.42
HSL96.09º87.34%30.98%-
HSV(B)96.09º93.24%58.04%-
XYZ12.8222.333.92-
YUV107.457397.72-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.15%
GREEN value IS 148 (58.20% from 255) = 66.37%
BLUE value IS 10 (4.30% from 255) = 4.48%
R=29.15%
G=66.37%
B=4.48%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal65148100.5600.930.4296.0987.3430.98
Hex4194A3805D2A60571f
Octal101224127001355214012737
Binary1000001100101001010111000010111011010101100000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41940A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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