#538452

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

Shades of Hippie Green #538452

Tints of Hippie Green #538452

Color information

#538452 (or 0x538452) is unknown color: approx Hippie Green. HEX triplet: 53, 84 and 52. RGB value is (83,132,82). Sum of RGB (Red+Green+Blue) = 83+132+82=297 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.95% from 297); Green value is 132 (51.95% from 255 or 44.44% from 297); Blue value is 82 (32.42% from 255 or 27.61% from 297); Max value from RGB is 132 - color contains mainly: green. Hex color #538452 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538452 is #AC7BAD. Grayscale: #6F6F6F. Windows color (decimal): -11303854 or 5407827. OLE color: 5407827.

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

Color convert

RGB8313282-
CMYK0.3700.380.48
HSL118.8º23.36%41.96%-
HSV(B)118.8º37.88%51.76%-
XYZ13.3418.9510.94-
YUV111.65111.27107.57-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.95%
GREEN value IS 132 (51.95% from 255) = 44.44%
BLUE value IS 82 (32.42% from 255) = 27.61%
R=27.95%
G=44.44%
B=27.61%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal83132820.3700.380.48118.823.3641.96
Hex538452250263077172a
Octal12320412245046601672752
Binary10100111000010010100101001010100110110000111011110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538452; }

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

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

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

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

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

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

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

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