Html Css Color HEX #428962 Eucalyptus

📋 copy color: '#428962'

red 66 ◦ green 137 ◦ blue 98

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

Shades of Eucalyptus #428962

Tints of Eucalyptus #428962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 32.56%

R = 21.93%
G = 45.51%
B = 32.56%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.28

 K value IS 0.46

RGB Variations

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

Color information

#428962 (or 0x428962) is known color: Eucalyptus. HEX triplet: 42, 89 and 62. RGB value is (66,137,98). Sum of RGB (Red+Green+Blue) = 66+137+98=301 (39% of max value = 765). Red value is 66 (26.17% from 255 or 21.93% from 301); Green value is 137 (53.91% from 255 or 45.51% from 301); Blue value is 98 (38.67% from 255 or 32.56% from 301); Max value from RGB is 137 - color contains mainly: green. Hex color #428962 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428962 is #BD769D. Grayscale: #6F6F6F. Windows color (decimal): -12416670 or 6457666. OLE color: 6457666.

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

Color convert

RGB 66 137 98 -
CMYK 0.52 0 0.28 0.46
HSL 147.04º 0.35% 0.4% -
HSV(B) 147.04º 0.52% 0.54% -
XYZ 13.4 19.93 14.7 -
YUV 111.33 120.48 95.67 -
System Red Green Blue C M Y K H S L
Decimal 66 137 98 0.52 0 0.28 0.46 147.04 0.35 0.4
Hex 42 89 62 34 0 1C 2E 93 23 28
Octal 102 211 142 64 0 34 56 223 43 50
Binary 1000010 10001001 1100010 110100 0 11100 101110 10010011 100011 101000

Color Harmonies of #428962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428962

Black with #428962

Text Example


Text Example

White with #428962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428962; }

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

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

background-color css

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

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

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

border-color css

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

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

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