#53834F

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

Shades of Hippie Green #53834F

Tints of Hippie Green #53834F

Color information

#53834F (or 0x53834F) is unknown color: approx Hippie Green. HEX triplet: 53, 83 and 4F. RGB value is (83,131,79). Sum of RGB (Red+Green+Blue) = 83+131+79=293 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.33% from 293); Green value is 131 (51.56% from 255 or 44.71% from 293); Blue value is 79 (31.25% from 255 or 26.96% from 293); Max value from RGB is 131 - color contains mainly: green. Hex color #53834F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53834F is #AC7CB0. Grayscale: #6E6E6E. Windows color (decimal): -11304113 or 5210963. OLE color: 5210963.

HSL color Cylindrical-coordinate representation of color #53834F: hue angle of 115.38º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #53834F is Cyan = 0.37, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB8313179-
CMYK0.3700.400.49
HSL115.38º24.76%41.18%-
HSV(B)115.38º39.69%51.37%-
XYZ13.0918.6410.3-
YUV110.72110.1108.23-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.33%
GREEN value IS 131 (51.56% from 255) = 44.71%
BLUE value IS 79 (31.25% from 255) = 26.96%
R=28.33%
G=44.71%
B=26.96%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal83131790.3700.400.49115.3824.7641.18
Hex53834F2502831731929
Octal12320311745050611633151
Binary10100111000001110011111001010101000110001111001111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53834F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53834F; }

 p { color: rgb(83,131,79); }

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

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

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

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

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

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

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