#538251

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

Shades of Hippie Green #538251

Tints of Hippie Green #538251

Color information

#538251 (or 0x538251) is unknown color: approx Hippie Green. HEX triplet: 53, 82 and 51. RGB value is (83,130,81). Sum of RGB (Red+Green+Blue) = 83+130+81=294 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.23% from 294); Green value is 130 (51.17% from 255 or 44.22% from 294); Blue value is 81 (32.03% from 255 or 27.55% from 294); Max value from RGB is 130 - color contains mainly: green. Hex color #538251 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538251 is #AC7DAE. Grayscale: #6E6E6E. Windows color (decimal): -11304367 or 5341779. OLE color: 5341779.

HSL color Cylindrical-coordinate representation of color #538251: hue angle of 117.55º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #538251 is Cyan = 0.36, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB8313081-
CMYK0.3600.380.49
HSL117.55º23.22%41.37%-
HSV(B)117.55º37.69%50.98%-
XYZ13.0418.410.65-
YUV110.36111.43108.48-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.23%
GREEN value IS 130 (51.17% from 255) = 44.22%
BLUE value IS 81 (32.03% from 255) = 27.55%
R=28.23%
G=44.22%
B=27.55%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal83130810.3600.380.49117.5523.2241.37
Hex5382512402631761729
Octal12320212144046611662751
Binary10100111000001010100011001000100110110001111011010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538251; }

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

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

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

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

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

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

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

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