Html Css Color HEX #428961 Como

📋 copy color: '#428961'

red 66 ◦ green 137 ◦ blue 97

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

Shades of Como #428961

Tints of Como #428961

RGB

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

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

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

R = 22%
G = 45.67%
B = 32.33%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.29

 K value IS 0.46

RGB Variations

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

Color information

#428961 (or 0x428961) is known color: Como. HEX triplet: 42, 89 and 61. RGB value is (66,137,97). Sum of RGB (Red+Green+Blue) = 66+137+97=300 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22% from 300); Green value is 137 (53.91% from 255 or 45.67% from 300); Blue value is 97 (38.28% from 255 or 32.33% from 300); Max value from RGB is 137 - color contains mainly: green. Hex color #428961 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428961 is #BD769E. Grayscale: #6F6F6F. Windows color (decimal): -12416671 or 6392130. OLE color: 6392130.

HSL color Cylindrical-coordinate representation of color #428961: hue angle of 146.2º 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 #428961 is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.46.

Color convert

RGB 66 137 97 -
CMYK 0.52 0 0.29 0.46
HSL 146.2º 0.35% 0.4% -
HSV(B) 146.2º 0.52% 0.54% -
XYZ 13.35 19.91 14.45 -
YUV 111.21 119.98 95.75 -
System Red Green Blue C M Y K H S L
Decimal 66 137 97 0.52 0 0.29 0.46 146.2 0.35 0.4
Hex 42 89 61 34 0 1D 2E 92 23 28
Octal 102 211 141 64 0 35 56 222 43 50
Binary 1000010 10001001 1100001 110100 0 11101 101110 10010010 100011 101000

Color Harmonies of #428961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428961

Black with #428961

Text Example


Text Example

White with #428961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428961; }

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

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

background-color css

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

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

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

border-color css

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

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

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