#538453

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

Shades of Hippie Green #538453

Tints of Hippie Green #538453

Color information

#538453 (or 0x538453) is unknown color: approx Hippie Green. HEX triplet: 53, 84 and 53. RGB value is (83,132,83). Sum of RGB (Red+Green+Blue) = 83+132+83=298 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.85% from 298); Green value is 132 (51.95% from 255 or 44.30% from 298); Blue value is 83 (32.81% from 255 or 27.85% from 298); Max value from RGB is 132 - color contains mainly: green. Hex color #538453 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538453 is #AC7BAC. Grayscale: #6F6F6F. Windows color (decimal): -11303853 or 5473363. OLE color: 5473363.

HSL color Cylindrical-coordinate representation of color #538453: hue angle of 120º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #538453 is Cyan = 0.37, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.48.

Color convert

RGB8313283-
CMYK0.3700.370.48
HSL120º22.79%42.16%-
HSV(B)120º37.12%51.76%-
XYZ13.3818.9711.14-
YUV111.76111.77107.48-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.85%
GREEN value IS 132 (51.95% from 255) = 44.30%
BLUE value IS 83 (32.81% from 255) = 27.85%
R=27.85%
G=44.30%
B=27.85%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal83132830.3700.370.4812022.7942.16
Hex538453250253078172a
Octal12320412345045601702752
Binary10100111000010010100111001010100101110000111100010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538453; }

 p { color: rgb(83,132,83); }

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

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

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

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

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

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

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