Html Css Color HEX #428816 La Palma

📋 copy color: '#428816'

red 66 ◦ green 136 ◦ blue 22

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

Shades of La Palma #428816

Tints of La Palma #428816

RGB

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

 GREEN value IS 136 (53.52% from 255) = 60.71%

 BLUE value IS 22 (8.98% from 255) = 9.82%

R = 29.46%
G = 60.71%
B = 9.82%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#428816 (or 0x428816) is known color: La Palma. HEX triplet: 42, 88 and 16. RGB value is (66,136,22). Sum of RGB (Red+Green+Blue) = 66+136+22=224 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.46% from 224); Green value is 136 (53.52% from 255 or 60.71% from 224); Blue value is 22 (8.98% from 255 or 9.82% from 224); Max value from RGB is 136 - color contains mainly: green. Hex color #428816 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428816 is #BD77E9. Grayscale: #666666. Windows color (decimal): -12417002 or 1476674. OLE color: 1476674.

HSL color Cylindrical-coordinate representation of color #428816: hue angle of 96.84º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #428816 is Cyan = 0.51, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB 66 136 22 -
CMYK 0.51 0 0.84 0.47
HSL 96.84º 0.72% 0.31% -
HSV(B) 96.84º 0.84% 0.53% -
XYZ 11.2 18.82 3.8 -
YUV 102.07 82.81 102.27 -
System Red Green Blue C M Y K H S L
Decimal 66 136 22 0.51 0 0.84 0.47 96.84 0.72 0.31
Hex 42 88 16 33 0 54 2F 61 48 1F
Octal 102 210 26 63 0 124 57 141 110 37
Binary 1000010 10001000 10110 110011 0 1010100 101111 1100001 1001000 11111

Color Harmonies of #428816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428816

Black with #428816

Text Example


Text Example

White with #428816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428816; }

 p { color: rgb(66,136,22); }

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

background-color css

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

 a { background-color: rgb(66,136,22); }

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

border-color css

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

 span { border-color: rgb(66,136,22); }

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