Html Css Color HEX #428D64 Eucalyptus

📋 copy color: '#428D64'

red 66 ◦ green 141 ◦ blue 100

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

Shades of Eucalyptus #428D64

Tints of Eucalyptus #428D64

RGB

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

 GREEN value IS 141 (55.47% from 255) = 45.93%

 BLUE value IS 100 (39.45% from 255) = 32.57%

R = 21.5%
G = 45.93%
B = 32.57%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.29

 K value IS 0.45

RGB Variations

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

Color information

#428D64 (or 0x428D64) is known color: Eucalyptus. HEX triplet: 42, 8D and 64. RGB value is (66,141,100). Sum of RGB (Red+Green+Blue) = 66+141+100=307 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.50% from 307); Green value is 141 (55.47% from 255 or 45.93% from 307); Blue value is 100 (39.45% from 255 or 32.57% from 307); Max value from RGB is 141 - color contains mainly: green. Hex color #428D64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428D64 is #BD729B. Grayscale: #717171. Windows color (decimal): -12415644 or 6589762. OLE color: 6589762.

HSL color Cylindrical-coordinate representation of color #428D64: hue angle of 147.2º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #428D64 is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.45.

Color convert

RGB 66 141 100 -
CMYK 0.53 0 0.29 0.45
HSL 147.2º 0.36% 0.41% -
HSV(B) 147.2º 0.53% 0.55% -
XYZ 14.07 21.13 15.39 -
YUV 113.9 120.15 93.83 -
System Red Green Blue C M Y K H S L
Decimal 66 141 100 0.53 0 0.29 0.45 147.2 0.36 0.41
Hex 42 8D 64 35 0 1D 2D 93 24 29
Octal 102 215 144 65 0 35 55 223 44 51
Binary 1000010 10001101 1100100 110101 0 11101 101101 10010011 100100 101001

Color Harmonies of #428D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428D64

Black with #428D64

Text Example


Text Example

White with #428D64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,141,100); }

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

background-color css

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

 a { background-color: rgb(66,141,100); }

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

border-color css

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

 span { border-color: rgb(66,141,100); }

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