Html Css Color HEX #428060 Como

📋 copy color: '#428060'

red 66 ◦ green 128 ◦ blue 96

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

Shades of Como #428060

Tints of Como #428060

RGB

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

 GREEN value IS 128 (50.39% from 255) = 44.14%

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

R = 22.76%
G = 44.14%
B = 33.1%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.25

 K value IS 0.50

RGB Variations

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

Color information

#428060 (or 0x428060) is known color: Como. HEX triplet: 42, 80 and 60. RGB value is (66,128,96). Sum of RGB (Red+Green+Blue) = 66+128+96=290 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.76% from 290); Green value is 128 (50.39% from 255 or 44.14% from 290); Blue value is 96 (37.89% from 255 or 33.10% from 290); Max value from RGB is 128 - color contains mainly: green. Hex color #428060 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428060 is #BD7F9F. Grayscale: #696969. Windows color (decimal): -12418976 or 6324290. OLE color: 6324290.

HSL color Cylindrical-coordinate representation of color #428060: hue angle of 149.03º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #428060 is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.50.

Color convert

RGB 66 128 96 -
CMYK 0.48 0 0.25 0.50
HSL 149.03º 0.32% 0.38% -
HSV(B) 149.03º 0.48% 0.5% -
XYZ 12.08 17.44 13.8 -
YUV 105.81 122.46 99.6 -
System Red Green Blue C M Y K H S L
Decimal 66 128 96 0.48 0 0.25 0.50 149.03 0.32 0.38
Hex 42 80 60 30 0 19 32 95 20 26
Octal 102 200 140 60 0 31 62 225 40 46
Binary 1000010 10000000 1100000 110000 0 11001 110010 10010101 100000 100110

Color Harmonies of #428060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428060

Black with #428060

Text Example


Text Example

White with #428060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428060; }

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

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

background-color css

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

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

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

border-color css

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

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

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