Html Css Color HEX #428913 La Palma

📋 copy color: '#428913'

red 66 ◦ green 137 ◦ blue 19

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

Shades of La Palma #428913

Tints of La Palma #428913

RGB

 RED value IS 66 (26.17% from 255) = 29.73%

 GREEN value IS 137 (53.91% from 255) = 61.71%

 BLUE value IS 19 (7.81% from 255) = 8.56%

R = 29.73%
G = 61.71%
B = 8.56%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.86

 K value IS 0.46

RGB Variations

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

Color information

#428913 (or 0x428913) is known color: La Palma. HEX triplet: 42, 89 and 13. RGB value is (66,137,19). Sum of RGB (Red+Green+Blue) = 66+137+19=222 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.73% from 222); Green value is 137 (53.91% from 255 or 61.71% from 222); Blue value is 19 (7.81% from 255 or 8.56% from 222); Max value from RGB is 137 - color contains mainly: green. Hex color #428913 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428913 is #BD76EC. Grayscale: #666666. Windows color (decimal): -12416749 or 1280322. OLE color: 1280322.

HSL color Cylindrical-coordinate representation of color #428913: hue angle of 96.1º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #428913 is Cyan = 0.52, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.46.

Color convert

RGB 66 137 19 -
CMYK 0.52 0 0.86 0.46
HSL 96.1º 0.76% 0.31% -
HSV(B) 96.1º 0.86% 0.54% -
XYZ 11.31 19.1 3.71 -
YUV 102.32 80.98 102.09 -
System Red Green Blue C M Y K H S L
Decimal 66 137 19 0.52 0 0.86 0.46 96.1 0.76 0.31
Hex 42 89 13 34 0 56 2E 60 4C 1F
Octal 102 211 23 64 0 126 56 140 114 37
Binary 1000010 10001001 10011 110100 0 1010110 101110 1100000 1001100 11111

Color Harmonies of #428913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428913

Black with #428913

Text Example


Text Example

White with #428913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428913; }

 p { color: rgb(66,137,19); }

 H1.HeaderClassName
 {
   color: #428913;
 }
 .AnyTagClassName
 {
   color: #428913;
 }
</style>

background-color css

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

 a { background-color: rgb(66,137,19); }

 div.DivClassName
 {
   background-color: #428913;
 }
 .BgClassName
 {
   background-color: #428913;
 }
</style>

border-color css

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

 span { border-color: rgb(66,137,19); }

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