#538B53

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

Shades of Hippie Green #538B53

Tints of Hippie Green #538B53

Color information

#538B53 (or 0x538B53) is unknown color: approx Hippie Green. HEX triplet: 53, 8B and 53. RGB value is (83,139,83). Sum of RGB (Red+Green+Blue) = 83+139+83=305 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.21% from 305); Green value is 139 (54.69% from 255 or 45.57% from 305); Blue value is 83 (32.81% from 255 or 27.21% from 305); Max value from RGB is 139 - color contains mainly: green. Hex color #538B53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538B53 is #AC74AC. Grayscale: #747474. Windows color (decimal): -11302061 or 5475155. OLE color: 5475155.

HSL color Cylindrical-coordinate representation of color #538B53: hue angle of 120º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #538B53 is Cyan = 0.40, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB8313983-
CMYK0.4000.400.45
HSL120º25.23%43.53%-
HSV(B)120º40.29%54.51%-
XYZ14.3620.9311.47-
YUV115.87109.45104.55-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.21%
GREEN value IS 139 (54.69% from 255) = 45.57%
BLUE value IS 83 (32.81% from 255) = 27.21%
R=27.21%
G=45.57%
B=27.21%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal83139830.4000.400.4512025.2343.53
Hex538B53280282D78192c
Octal12321312350050551703154
Binary10100111000101110100111010000101000101101111100011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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