#42910D

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

Shades of La Palma #42910D

Tints of La Palma #42910D

Color information

#42910D (or 0x42910D) is unknown color: approx La Palma. HEX triplet: 42, 91 and 0D. RGB value is (66,145,13). Sum of RGB (Red+Green+Blue) = 66+145+13=224 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.46% from 224); Green value is 145 (57.03% from 255 or 64.73% from 224); Blue value is 13 (5.47% from 255 or 5.80% from 224); Max value from RGB is 145 - color contains mainly: green. Hex color #42910D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42910D is #BD6EF2. Grayscale: #6A6A6A. Windows color (decimal): -12414707 or 889154. OLE color: 889154.

HSL color Cylindrical-coordinate representation of color #42910D: hue angle of 95.91º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #42910D is Cyan = 0.54, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.43.

Color convert

RGB6614513-
CMYK0.5400.910.43
HSL95.91º83.54%30.98%-
HSV(B)95.91º91.03%56.86%-
XYZ12.4421.443.86-
YUV106.3375.3399.23-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.46%
GREEN value IS 145 (57.03% from 255) = 64.73%
BLUE value IS 13 (5.47% from 255) = 5.80%
R=29.46%
G=64.73%
B=5.80%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal66145130.5400.910.4395.9183.5430.98
Hex4291D3605B2B60541f
Octal102221156601335314012437
Binary1000010100100011101110110010110111010111100000101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42910D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42910D; }

 p { color: rgb(66,145,13); }

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

<style>
 a { background-color: #42910D; }

 a { background-color: rgb(66,145,13); }

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

<style>
 span { border-color: #42910D; }

 span { border-color: rgb(66,145,13); }

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