#538962

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

Shades of Como #538962

Tints of Como #538962

Color information

#538962 (or 0x538962) is unknown color: approx Como. HEX triplet: 53, 89 and 62. RGB value is (83,137,98). Sum of RGB (Red+Green+Blue) = 83+137+98=318 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.10% from 318); Green value is 137 (53.91% from 255 or 43.08% from 318); Blue value is 98 (38.67% from 255 or 30.82% from 318); Max value from RGB is 137 - color contains mainly: green. Hex color #538962 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538962 is #AC769D. Grayscale: #747474. Windows color (decimal): -11302558 or 6457683. OLE color: 6457683.

HSL color Cylindrical-coordinate representation of color #538962: hue angle of 136.67º 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 #538962 is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB8313798-
CMYK0.3900.280.46
HSL136.67º24.55%43.14%-
HSV(B)136.67º39.42%53.73%-
XYZ14.7220.6114.76-
YUV116.41117.61104.17-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.10%
GREEN value IS 137 (53.91% from 255) = 43.08%
BLUE value IS 98 (38.67% from 255) = 30.82%
R=26.10%
G=43.08%
B=30.82%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal83137980.3900.280.46136.6724.5543.14
Hex5389622701C2E89192b
Octal12321114247034562113153
Binary10100111000100111000101001110111001011101000100111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538962; }

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

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

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

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

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

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

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

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