#538956

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

Shades of Hippie Green #538956

Tints of Hippie Green #538956

Color information

#538956 (or 0x538956) is unknown color: approx Hippie Green. HEX triplet: 53, 89 and 56. RGB value is (83,137,86). Sum of RGB (Red+Green+Blue) = 83+137+86=306 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.12% from 306); Green value is 137 (53.91% from 255 or 44.77% from 306); Blue value is 86 (33.98% from 255 or 28.10% from 306); Max value from RGB is 137 - color contains mainly: green. Hex color #538956 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538956 is #AC76A9. Grayscale: #737373. Windows color (decimal): -11302570 or 5671251. OLE color: 5671251.

HSL color Cylindrical-coordinate representation of color #538956: hue angle of 123.33º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #538956 is Cyan = 0.39, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.46.

Color convert

RGB8313786-
CMYK0.3900.370.46
HSL123.33º24.55%43.14%-
HSV(B)123.33º39.42%53.73%-
XYZ14.1920.411.99-
YUV115.04111.61105.15-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.12%
GREEN value IS 137 (53.91% from 255) = 44.77%
BLUE value IS 86 (33.98% from 255) = 28.10%
R=27.12%
G=44.77%
B=28.10%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal83137860.3900.370.46123.3324.5543.14
Hex538956270252E7b192b
Octal12321112647045561733153
Binary10100111000100110101101001110100101101110111101111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538956; }

 p { color: rgb(83,137,86); }

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

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

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

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

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

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

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