#538750

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

Shades of Hippie Green #538750

Tints of Hippie Green #538750

Color information

#538750 (or 0x538750) is unknown color: approx Hippie Green. HEX triplet: 53, 87 and 50. RGB value is (83,135,80). Sum of RGB (Red+Green+Blue) = 83+135+80=298 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.85% from 298); Green value is 135 (53.12% from 255 or 45.30% from 298); Blue value is 80 (31.64% from 255 or 26.85% from 298); Max value from RGB is 135 - color contains mainly: green. Hex color #538750 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538750 is #AC78AF. Grayscale: #717171. Windows color (decimal): -11303088 or 5277523. OLE color: 5277523.

HSL color Cylindrical-coordinate representation of color #538750: hue angle of 116.73º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #538750 is Cyan = 0.39, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB8313580-
CMYK0.3900.410.47
HSL116.73º25.58%42.16%-
HSV(B)116.73º40.74%52.94%-
XYZ13.6819.7510.68-
YUV113.18109.27106.47-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.85%
GREEN value IS 135 (53.12% from 255) = 45.30%
BLUE value IS 80 (31.64% from 255) = 26.85%
R=27.85%
G=45.30%
B=26.85%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal83135800.3900.410.47116.7325.5842.16
Hex538750270292F751a2a
Octal12320712047051571653252
Binary10100111000011110100001001110101001101111111010111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538750; }

 p { color: rgb(83,135,80); }

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

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

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

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

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

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

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