Html Css Color HEX #428161 Como

📋 copy color: '#428161'

red 66 ◦ green 129 ◦ blue 97

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

Shades of Como #428161

Tints of Como #428161

RGB

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

 GREEN value IS 129 (50.78% from 255) = 44.18%

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

R = 22.6%
G = 44.18%
B = 33.22%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#428161 (or 0x428161) is known color: Como. HEX triplet: 42, 81 and 61. RGB value is (66,129,97). Sum of RGB (Red+Green+Blue) = 66+129+97=292 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.60% from 292); Green value is 129 (50.78% from 255 or 44.18% from 292); Blue value is 97 (38.28% from 255 or 33.22% from 292); Max value from RGB is 129 - color contains mainly: green. Hex color #428161 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428161 is #BD7E9E. Grayscale: #6A6A6A. Windows color (decimal): -12418719 or 6390082. OLE color: 6390082.

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

Color convert

RGB 66 129 97 -
CMYK 0.49 0 0.25 0.49
HSL 149.52º 0.32% 0.38% -
HSV(B) 149.52º 0.49% 0.51% -
XYZ 12.25 17.72 14.08 -
YUV 106.52 122.63 99.1 -
System Red Green Blue C M Y K H S L
Decimal 66 129 97 0.49 0 0.25 0.49 149.52 0.32 0.38
Hex 42 81 61 31 0 19 31 96 20 26
Octal 102 201 141 61 0 31 61 226 40 46
Binary 1000010 10000001 1100001 110001 0 11001 110001 10010110 100000 100110

Color Harmonies of #428161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428161

Black with #428161

Text Example


Text Example

White with #428161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428161; }

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

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

background-color css

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

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

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

border-color css

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

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

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