#428561

Color #428561 Como (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Como #428561

Tints of Como #428561

Color information

#428561 (or 0x428561) is unknown color: approx Como. HEX triplet: 42, 85 and 61. RGB value is (66,133,97). Sum of RGB (Red+Green+Blue) = 66+133+97=296 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.30% from 296); Green value is 133 (52.34% from 255 or 44.93% from 296); Blue value is 97 (38.28% from 255 or 32.77% from 296); Max value from RGB is 133 - color contains mainly: green. Hex color #428561 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428561 is #BD7A9E. Grayscale: #6C6C6C. Windows color (decimal): -12417695 or 6391106. OLE color: 6391106.

HSL color Cylindrical-coordinate representation of color #428561: hue angle of 147.76º degrees, saturation: 0.34, 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 #428561 is Cyan = 0.50, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB6613397-
CMYK0.5000.270.48
HSL147.76º33.67%39.02%-
HSV(B)147.76º50.38%52.16%-
XYZ12.7918.814.26-
YUV108.86121.397.43-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.30%
GREEN value IS 133 (52.34% from 255) = 44.93%
BLUE value IS 97 (38.28% from 255) = 32.77%
R=22.30%
G=44.93%
B=32.77%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal66133970.5000.270.48147.7633.6739.02
Hex4285613201B30942227
Octal10220514162033602244247
Binary100001010000101110000111001001101111000010010100100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428561; }

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

 H1.HeaderClassName
 {
   color: #428561;
 }
 .AnyTagClassName
 {
   color: #428561;
 }
</style>
background-color css

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

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

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

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

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

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