#538451

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

Shades of Hippie Green #538451

Tints of Hippie Green #538451

Color information

#538451 (or 0x538451) is unknown color: approx Hippie Green. HEX triplet: 53, 84 and 51. RGB value is (83,132,81). Sum of RGB (Red+Green+Blue) = 83+132+81=296 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.04% from 296); Green value is 132 (51.95% from 255 or 44.59% from 296); Blue value is 81 (32.03% from 255 or 27.36% from 296); Max value from RGB is 132 - color contains mainly: green. Hex color #538451 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538451 is #AC7BAE. Grayscale: #6F6F6F. Windows color (decimal): -11303855 or 5342291. OLE color: 5342291.

HSL color Cylindrical-coordinate representation of color #538451: hue angle of 117.65º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #538451 is Cyan = 0.37, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.48.

Color convert

RGB8313281-
CMYK0.3700.390.48
HSL117.65º23.94%41.76%-
HSV(B)117.65º38.64%51.76%-
XYZ13.318.9410.74-
YUV111.53110.77107.65-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.04%
GREEN value IS 132 (51.95% from 255) = 44.59%
BLUE value IS 81 (32.03% from 255) = 27.36%
R=28.04%
G=44.59%
B=27.36%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal83132810.3700.390.48117.6523.9441.76
Hex538451250273076182a
Octal12320412145047601663052
Binary10100111000010010100011001010100111110000111011011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538451; }

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

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

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

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

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

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

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

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