Html Css Color HEX #428621 La Palma

📋 copy color: '#428621'

red 66 ◦ green 134 ◦ blue 33

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

Shades of La Palma #428621

Tints of La Palma #428621

RGB

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

 GREEN value IS 134 (52.73% from 255) = 57.51%

 BLUE value IS 33 (13.28% from 255) = 14.16%

R = 28.33%
G = 57.51%
B = 14.16%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.75

 K value IS 0.47

RGB Variations

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

Color information

#428621 (or 0x428621) is known color: La Palma. HEX triplet: 42, 86 and 21. RGB value is (66,134,33). Sum of RGB (Red+Green+Blue) = 66+134+33=233 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.33% from 233); Green value is 134 (52.73% from 255 or 57.51% from 233); Blue value is 33 (13.28% from 255 or 14.16% from 233); Max value from RGB is 134 - color contains mainly: green. Hex color #428621 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428621 is #BD79DE. Grayscale: #666666. Windows color (decimal): -12417503 or 2197058. OLE color: 2197058.

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

Color convert

RGB 66 134 33 -
CMYK 0.51 0 0.75 0.47
HSL 100.4º 0.6% 0.33% -
HSV(B) 100.4º 0.75% 0.53% -
XYZ 11.05 18.32 4.39 -
YUV 102.15 88.97 102.21 -
System Red Green Blue C M Y K H S L
Decimal 66 134 33 0.51 0 0.75 0.47 100.4 0.6 0.33
Hex 42 86 21 33 0 4B 2F 64 3C 21
Octal 102 206 41 63 0 113 57 144 74 41
Binary 1000010 10000110 100001 110011 0 1001011 101111 1100100 111100 100001

Color Harmonies of #428621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428621

Black with #428621

Text Example


Text Example

White with #428621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428621; }

 p { color: rgb(66,134,33); }

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

background-color css

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

 a { background-color: rgb(66,134,33); }

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

border-color css

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

 span { border-color: rgb(66,134,33); }

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