Html Css Color HEX #428461 Como

📋 copy color: '#428461'

red 66 ◦ green 132 ◦ blue 97

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

Shades of Como #428461

Tints of Como #428461

RGB

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

 GREEN value IS 132 (51.95% from 255) = 44.75%

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

R = 22.37%
G = 44.75%
B = 32.88%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#428461 (or 0x428461) is known color: Como. HEX triplet: 42, 84 and 61. RGB value is (66,132,97). Sum of RGB (Red+Green+Blue) = 66+132+97=295 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.37% from 295); Green value is 132 (51.95% from 255 or 44.75% from 295); Blue value is 97 (38.28% from 255 or 32.88% from 295); Max value from RGB is 132 - color contains mainly: green. Hex color #428461 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428461 is #BD7B9E. Grayscale: #6C6C6C. Windows color (decimal): -12417951 or 6390850. OLE color: 6390850.

HSL color Cylindrical-coordinate representation of color #428461: hue angle of 148.18º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #428461 is Cyan = 0.5, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB 66 132 97 -
CMYK 0.5 0 0.27 0.48
HSL 148.18º 0.33% 0.39% -
HSV(B) 148.18º 0.5% 0.52% -
XYZ 12.66 18.52 14.22 -
YUV 108.28 121.63 97.85 -
System Red Green Blue C M Y K H S L
Decimal 66 132 97 0.5 0 0.27 0.48 148.18 0.33 0.39
Hex 42 84 61 32 0 1B 30 94 21 27
Octal 102 204 141 62 0 33 60 224 41 47
Binary 1000010 10000100 1100001 110010 0 11011 110000 10010100 100001 100111

Color Harmonies of #428461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428461

Black with #428461

Text Example


Text Example

White with #428461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428461; }

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

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

background-color css

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

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

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

border-color css

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

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

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