#538F64

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

Shades of Como #538F64

Tints of Como #538F64

Color information

#538F64 (or 0x538F64) is unknown color: approx Como. HEX triplet: 53, 8F and 64. RGB value is (83,143,100). Sum of RGB (Red+Green+Blue) = 83+143+100=326 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.46% from 326); Green value is 143 (56.25% from 255 or 43.87% from 326); Blue value is 100 (39.45% from 255 or 30.67% from 326); Max value from RGB is 143 - color contains mainly: green. Hex color #538F64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538F64 is #AC709B. Grayscale: #787878. Windows color (decimal): -11301020 or 6590291. OLE color: 6590291.

HSL color Cylindrical-coordinate representation of color #538F64: hue angle of 137º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #538F64 is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.

Color convert

RGB83143100-
CMYK0.4200.300.44
HSL137º26.55%44.31%-
HSV(B)137º41.96%56.08%-
XYZ15.6922.415.55-
YUV120.16116.62101.5-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.46%
GREEN value IS 143 (56.25% from 255) = 43.87%
BLUE value IS 100 (39.45% from 255) = 30.67%
R=25.46%
G=43.87%
B=30.67%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal831431000.4200.300.4413726.5544.31
Hex538F642A01E2C891b2c
Octal12321714452036542113354
Binary10100111000111111001001010100111101011001000100111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538F64; }

 p { color: rgb(83,143,100); }

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

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

 a { background-color: rgb(83,143,100); }

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

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

 span { border-color: rgb(83,143,100); }

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