#52834F

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

Shades of Hippie Green #52834F

Tints of Hippie Green #52834F

Color information

#52834F (or 0x52834F) is unknown color: approx Hippie Green. HEX triplet: 52, 83 and 4F. RGB value is (82,131,79). Sum of RGB (Red+Green+Blue) = 82+131+79=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 131 (51.56% from 255 or 44.86% from 292); Blue value is 79 (31.25% from 255 or 27.05% from 292); Max value from RGB is 131 - color contains mainly: green. Hex color #52834F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52834F is #AD7CB0. Grayscale: #6E6E6E. Windows color (decimal): -11369649 or 5210962. OLE color: 5210962.

HSL color Cylindrical-coordinate representation of color #52834F: hue angle of 116.54º 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 #52834F is Cyan = 0.37, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB8213179-
CMYK0.3700.400.49
HSL116.54º24.76%41.18%-
HSV(B)116.54º39.69%51.37%-
XYZ13.0118.5910.3-
YUV110.42110.27107.73-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.08%
GREEN value IS 131 (51.56% from 255) = 44.86%
BLUE value IS 79 (31.25% from 255) = 27.05%
R=28.08%
G=44.86%
B=27.05%

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
Decimal82131790.3700.400.49116.5424.7641.18
Hex52834F2502831751929
Octal12220311745050611653151
Binary10100101000001110011111001010101000110001111010111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52834F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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