Html Css Color HEX #428D67 Eucalyptus

📋 copy color: '#428D67'

red 66 ◦ green 141 ◦ blue 103

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

Shades of Eucalyptus #428D67

Tints of Eucalyptus #428D67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 33.23%

R = 21.29%
G = 45.48%
B = 33.23%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.27

 K value IS 0.45

RGB Variations

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

Color information

#428D67 (or 0x428D67) is known color: Eucalyptus. HEX triplet: 42, 8D and 67. RGB value is (66,141,103). Sum of RGB (Red+Green+Blue) = 66+141+103=310 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.29% from 310); Green value is 141 (55.47% from 255 or 45.48% from 310); Blue value is 103 (40.62% from 255 or 33.23% from 310); Max value from RGB is 141 - color contains mainly: green. Hex color #428D67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428D67 is #BD7298. Grayscale: #727272. Windows color (decimal): -12415641 or 6786370. OLE color: 6786370.

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

Color convert

RGB 66 141 103 -
CMYK 0.53 0 0.27 0.45
HSL 149.6º 0.36% 0.41% -
HSV(B) 149.6º 0.53% 0.55% -
XYZ 14.22 21.19 16.17 -
YUV 114.24 121.65 93.59 -
System Red Green Blue C M Y K H S L
Decimal 66 141 103 0.53 0 0.27 0.45 149.6 0.36 0.41
Hex 42 8D 67 35 0 1B 2D 96 24 29
Octal 102 215 147 65 0 33 55 226 44 51
Binary 1000010 10001101 1100111 110101 0 11011 101101 10010110 100100 101001

Color Harmonies of #428D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428D67

Black with #428D67

Text Example


Text Example

White with #428D67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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