Html Css Color HEX #428960 Como

📋 copy color: '#428960'

red 66 ◦ green 137 ◦ blue 96

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

Shades of Como #428960

Tints of Como #428960

RGB

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

 GREEN value IS 137 (53.91% from 255) = 45.82%

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

R = 22.07%
G = 45.82%
B = 32.11%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.30

 K value IS 0.46

RGB Variations

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

Color information

#428960 (or 0x428960) is known color: Como. HEX triplet: 42, 89 and 60. RGB value is (66,137,96). Sum of RGB (Red+Green+Blue) = 66+137+96=299 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.07% from 299); Green value is 137 (53.91% from 255 or 45.82% from 299); Blue value is 96 (37.89% from 255 or 32.11% from 299); Max value from RGB is 137 - color contains mainly: green. Hex color #428960 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428960 is #BD769F. Grayscale: #6F6F6F. Windows color (decimal): -12416672 or 6326594. OLE color: 6326594.

HSL color Cylindrical-coordinate representation of color #428960: hue angle of 145.35º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #428960 is Cyan = 0.52, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB 66 137 96 -
CMYK 0.52 0 0.30 0.46
HSL 145.35º 0.35% 0.4% -
HSV(B) 145.35º 0.52% 0.54% -
XYZ 13.3 19.89 14.21 -
YUV 111.1 119.48 95.83 -
System Red Green Blue C M Y K H S L
Decimal 66 137 96 0.52 0 0.30 0.46 145.35 0.35 0.4
Hex 42 89 60 34 0 1E 2E 91 23 28
Octal 102 211 140 64 0 36 56 221 43 50
Binary 1000010 10001001 1100000 110100 0 11110 101110 10010001 100011 101000

Color Harmonies of #428960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428960

Black with #428960

Text Example


Text Example

White with #428960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428960; }

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

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

background-color css

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

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

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

border-color css

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

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

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