Html Css Color HEX #428D61 Eucalyptus

📋 copy color: '#428D61'

red 66 ◦ green 141 ◦ blue 97

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

Shades of Eucalyptus #428D61

Tints of Eucalyptus #428D61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 31.91%

R = 21.71%
G = 46.38%
B = 31.91%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.31

 K value IS 0.45

RGB Variations

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

Color information

#428D61 (or 0x428D61) is known color: Eucalyptus. HEX triplet: 42, 8D and 61. RGB value is (66,141,97). Sum of RGB (Red+Green+Blue) = 66+141+97=304 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.71% from 304); Green value is 141 (55.47% from 255 or 46.38% from 304); Blue value is 97 (38.28% from 255 or 31.91% from 304); Max value from RGB is 141 - color contains mainly: green. Hex color #428D61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428D61 is #BD729E. Grayscale: #717171. Windows color (decimal): -12415647 or 6393154. OLE color: 6393154.

HSL color Cylindrical-coordinate representation of color #428D61: hue angle of 144.8º 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 #428D61 is Cyan = 0.53, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.45.

Color convert

RGB 66 141 97 -
CMYK 0.53 0 0.31 0.45
HSL 144.8º 0.36% 0.41% -
HSV(B) 144.8º 0.53% 0.55% -
XYZ 13.93 21.07 14.64 -
YUV 113.56 118.65 94.08 -
System Red Green Blue C M Y K H S L
Decimal 66 141 97 0.53 0 0.31 0.45 144.8 0.36 0.41
Hex 42 8D 61 35 0 1F 2D 91 24 29
Octal 102 215 141 65 0 37 55 221 44 51
Binary 1000010 10001101 1100001 110101 0 11111 101101 10010001 100100 101001

Color Harmonies of #428D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428D61

Black with #428D61

Text Example


Text Example

White with #428D61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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