Html Css Color HEX #428919 La Palma

📋 copy color: '#428919'

red 66 ◦ green 137 ◦ blue 25

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

Shades of La Palma #428919

Tints of La Palma #428919

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.96%

R = 28.95%
G = 60.09%
B = 10.96%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.82

 K value IS 0.46

RGB Variations

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

Color information

#428919 (or 0x428919) is known color: La Palma. HEX triplet: 42, 89 and 19. RGB value is (66,137,25). Sum of RGB (Red+Green+Blue) = 66+137+25=228 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.95% from 228); Green value is 137 (53.91% from 255 or 60.09% from 228); Blue value is 25 (10.16% from 255 or 10.96% from 228); Max value from RGB is 137 - color contains mainly: green. Hex color #428919 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428919 is #BD76E6. Grayscale: #676767. Windows color (decimal): -12416743 or 1673538. OLE color: 1673538.

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

Color convert

RGB 66 137 25 -
CMYK 0.52 0 0.82 0.46
HSL 98.04º 0.69% 0.32% -
HSV(B) 98.04º 0.82% 0.54% -
XYZ 11.37 19.12 4.01 -
YUV 103 83.98 101.61 -
System Red Green Blue C M Y K H S L
Decimal 66 137 25 0.52 0 0.82 0.46 98.04 0.69 0.32
Hex 42 89 19 34 0 52 2E 62 45 20
Octal 102 211 31 64 0 122 56 142 105 40
Binary 1000010 10001001 11001 110100 0 1010010 101110 1100010 1000101 100000

Color Harmonies of #428919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428919

Black with #428919

Text Example


Text Example

White with #428919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428919; }

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

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

background-color css

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

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

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

border-color css

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

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

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