#538966

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

Shades of Como #538966

Tints of Como #538966

Color information

#538966 (or 0x538966) is unknown color: approx Como. HEX triplet: 53, 89 and 66. RGB value is (83,137,102). Sum of RGB (Red+Green+Blue) = 83+137+102=322 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.78% from 322); Green value is 137 (53.91% from 255 or 42.55% from 322); Blue value is 102 (40.23% from 255 or 31.68% from 322); Max value from RGB is 137 - color contains mainly: green. Hex color #538966 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538966 is #AC7699. Grayscale: #747474. Windows color (decimal): -11302554 or 6719827. OLE color: 6719827.

HSL color Cylindrical-coordinate representation of color #538966: hue angle of 141.11º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #538966 is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB83137102-
CMYK0.3900.260.46
HSL141.11º24.55%43.14%-
HSV(B)141.11º39.42%53.73%-
XYZ14.9120.6915.78-
YUV116.86119.61103.85-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.78%
GREEN value IS 137 (53.91% from 255) = 42.55%
BLUE value IS 102 (40.23% from 255) = 31.68%
R=25.78%
G=42.55%
B=31.68%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal831371020.3900.260.46141.1124.5543.14
Hex5389662701A2E8d192b
Octal12321114647032562153153
Binary10100111000100111001101001110110101011101000110111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538966; }

 p { color: rgb(83,137,102); }

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

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

 a { background-color: rgb(83,137,102); }

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

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

 span { border-color: rgb(83,137,102); }

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