#538C51

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

Shades of Hippie Green #538C51

Tints of Hippie Green #538C51

Color information

#538C51 (or 0x538C51) is unknown color: approx Hippie Green. HEX triplet: 53, 8C and 51. RGB value is (83,140,81). Sum of RGB (Red+Green+Blue) = 83+140+81=304 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.30% from 304); Green value is 140 (55.08% from 255 or 46.05% from 304); Blue value is 81 (32.03% from 255 or 26.64% from 304); Max value from RGB is 140 - color contains mainly: green. Hex color #538C51 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538C51 is #AC73AE. Grayscale: #747474. Windows color (decimal): -11301807 or 5344339. OLE color: 5344339.

HSL color Cylindrical-coordinate representation of color #538C51: hue angle of 117.97º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #538C51 is Cyan = 0.41, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.

Color convert

RGB8314081-
CMYK0.4100.420.45
HSL117.97º26.7%43.33%-
HSV(B)117.97º42.14%54.9%-
XYZ14.4321.1911.11-
YUV116.23108.12104.3-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.30%
GREEN value IS 140 (55.08% from 255) = 46.05%
BLUE value IS 81 (32.03% from 255) = 26.64%
R=27.30%
G=46.05%
B=26.64%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal83140810.4100.420.45117.9726.743.33
Hex538C512902A2D761b2b
Octal12321412151052551663353
Binary10100111000110010100011010010101010101101111011011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,140,81); }

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

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

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

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

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

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

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