Html Css Color HEX #428A60 Eucalyptus

📋 copy color: '#428A60'

red 66 ◦ green 138 ◦ blue 96

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

Shades of Eucalyptus #428A60

Tints of Eucalyptus #428A60

RGB

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

 GREEN value IS 138 (54.3% from 255) = 46%

 BLUE value IS 96 (37.89% from 255) = 32%

R = 22%
G = 46%
B = 32%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.30

 K value IS 0.46

RGB Variations

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

Color information

#428A60 (or 0x428A60) is known color: Eucalyptus. HEX triplet: 42, 8A and 60. RGB value is (66,138,96). Sum of RGB (Red+Green+Blue) = 66+138+96=300 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22% from 300); Green value is 138 (54.30% from 255 or 46% from 300); Blue value is 96 (37.89% from 255 or 32% from 300); Max value from RGB is 138 - color contains mainly: green. Hex color #428A60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428A60 is #BD759F. Grayscale: #6F6F6F. Windows color (decimal): -12416416 or 6326850. OLE color: 6326850.

HSL color Cylindrical-coordinate representation of color #428A60: hue angle of 145º 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 #428A60 is Cyan = 0.52, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB 66 138 96 -
CMYK 0.52 0 0.30 0.46
HSL 145º 0.35% 0.4% -
HSV(B) 145º 0.52% 0.54% -
XYZ 13.45 20.18 14.25 -
YUV 111.68 119.15 95.42 -
System Red Green Blue C M Y K H S L
Decimal 66 138 96 0.52 0 0.30 0.46 145 0.35 0.4
Hex 42 8A 60 34 0 1E 2E 91 23 28
Octal 102 212 140 64 0 36 56 221 43 50
Binary 1000010 10001010 1100000 110100 0 11110 101110 10010001 100011 101000

Color Harmonies of #428A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428A60

Black with #428A60

Text Example


Text Example

White with #428A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428A60; }

 p { color: rgb(66,138,96); }

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

background-color css

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

 a { background-color: rgb(66,138,96); }

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

border-color css

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

 span { border-color: rgb(66,138,96); }

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