Html Css Color HEX #428261 Como

📋 copy color: '#428261'

red 66 ◦ green 130 ◦ blue 97

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

Shades of Como #428261

Tints of Como #428261

RGB

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

 GREEN value IS 130 (51.17% from 255) = 44.37%

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

R = 22.53%
G = 44.37%
B = 33.11%

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

#428261 (or 0x428261) is known color: Como. HEX triplet: 42, 82 and 61. RGB value is (66,130,97). Sum of RGB (Red+Green+Blue) = 66+130+97=293 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.53% from 293); Green value is 130 (51.17% from 255 or 44.37% from 293); Blue value is 97 (38.28% from 255 or 33.11% from 293); Max value from RGB is 130 - color contains mainly: green. Hex color #428261 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428261 is #BD7D9E. Grayscale: #6B6B6B. Windows color (decimal): -12418463 or 6390338. OLE color: 6390338.

HSL color Cylindrical-coordinate representation of color #428261: hue angle of 149.06º degrees, saturation: 0.33, 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 #428261 is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 130 97 -
CMYK 0.49 0 0.25 0.49
HSL 149.06º 0.33% 0.38% -
HSV(B) 149.06º 0.49% 0.51% -
XYZ 12.39 17.99 14.13 -
YUV 107.1 122.3 98.68 -
System Red Green Blue C M Y K H S L
Decimal 66 130 97 0.49 0 0.25 0.49 149.06 0.33 0.38
Hex 42 82 61 31 0 19 31 95 21 26
Octal 102 202 141 61 0 31 61 225 41 46
Binary 1000010 10000010 1100001 110001 0 11001 110001 10010101 100001 100110

Color Harmonies of #428261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428261

Black with #428261

Text Example


Text Example

White with #428261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428261; }

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

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

background-color css

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

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

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

border-color css

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

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

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