Html Css Color HEX #42910D La Palma

📋 copy color: '#42910D'

red 66 ◦ green 145 ◦ blue 13

#42910D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Palma #42910D

Tints of La Palma #42910D

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.8%

R = 29.46%
G = 64.73%
B = 5.8%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.91

 K value IS 0.43

RGB Variations

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

Color information

#42910D (or 0x42910D) is known color: 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

RGB 66 145 13 -
CMYK 0.54 0 0.91 0.43
HSL 95.91º 0.84% 0.31% -
HSV(B) 95.91º 0.91% 0.57% -
XYZ 12.44 21.44 3.86 -
YUV 106.33 75.33 99.23 -
System Red Green Blue C M Y K H S L
Decimal 66 145 13 0.54 0 0.91 0.43 95.91 0.84 0.31
Hex 42 91 D 36 0 5B 2B 60 54 1F
Octal 102 221 15 66 0 133 53 140 124 37
Binary 1000010 10010001 1101 110110 0 1011011 101011 1100000 1010100 11111

Color Harmonies of #42910D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42910D

Black with #42910D

Text Example


Text Example

White with #42910D

Text Example


Text Example

HTML Codes & Css Web 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>