Html Css Color HEX #428F68 Eucalyptus

📋 copy color: '#428F68'

red 66 ◦ green 143 ◦ blue 104

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

Shades of Eucalyptus #428F68

Tints of Eucalyptus #428F68

RGB

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

 GREEN value IS 143 (56.25% from 255) = 45.69%

 BLUE value IS 104 (41.02% from 255) = 33.23%

R = 21.09%
G = 45.69%
B = 33.23%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.27

 K value IS 0.44

RGB Variations

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

Color information

#428F68 (or 0x428F68) is known color: Eucalyptus. HEX triplet: 42, 8F and 68. RGB value is (66,143,104). Sum of RGB (Red+Green+Blue) = 66+143+104=313 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.09% from 313); Green value is 143 (56.25% from 255 or 45.69% from 313); Blue value is 104 (41.02% from 255 or 33.23% from 313); Max value from RGB is 143 - color contains mainly: green. Hex color #428F68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428F68 is #BD7097. Grayscale: #737373. Windows color (decimal): -12415128 or 6852418. OLE color: 6852418.

HSL color Cylindrical-coordinate representation of color #428F68: hue angle of 149.61º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #428F68 is Cyan = 0.54, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.

Color convert

RGB 66 143 104 -
CMYK 0.54 0 0.27 0.44
HSL 149.61º 0.37% 0.41% -
HSV(B) 149.61º 0.54% 0.56% -
XYZ 14.57 21.8 16.54 -
YUV 115.53 121.49 92.67 -
System Red Green Blue C M Y K H S L
Decimal 66 143 104 0.54 0 0.27 0.44 149.61 0.37 0.41
Hex 42 8F 68 36 0 1B 2C 96 25 29
Octal 102 217 150 66 0 33 54 226 45 51
Binary 1000010 10001111 1101000 110110 0 11011 101100 10010110 100101 101001

Color Harmonies of #428F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428F68

Black with #428F68

Text Example


Text Example

White with #428F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,143,104); }

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

background-color css

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

 a { background-color: rgb(66,143,104); }

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

border-color css

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

 span { border-color: rgb(66,143,104); }

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