Html Css Color HEX #52834E Hippie Green

📋 copy color: '#52834E'

red 82 ◦ green 131 ◦ blue 78

#52834E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Green #52834E

Tints of Hippie Green #52834E

RGB

 RED value IS 82 (32.42% from 255) = 28.18%

 GREEN value IS 131 (51.56% from 255) = 45.02%

 BLUE value IS 78 (30.86% from 255) = 26.8%

R = 28.18%
G = 45.02%
B = 26.8%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#52834E (or 0x52834E) is known color: Hippie Green. HEX triplet: 52, 83 and 4E. RGB value is (82,131,78). Sum of RGB (Red+Green+Blue) = 82+131+78=291 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.18% from 291); Green value is 131 (51.56% from 255 or 45.02% from 291); Blue value is 78 (30.86% from 255 or 26.80% from 291); Max value from RGB is 131 - color contains mainly: green. Hex color #52834E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52834E is #AD7CB1. Grayscale: #6E6E6E. Windows color (decimal): -11369650 or 5145426. OLE color: 5145426.

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

Color convert

RGB 82 131 78 -
CMYK 0.37 0 0.40 0.49
HSL 115.47º 0.25% 0.41% -
HSV(B) 115.47º 0.4% 0.51% -
XYZ 12.97 18.58 10.11 -
YUV 110.31 109.77 107.81 -
System Red Green Blue C M Y K H S L
Decimal 82 131 78 0.37 0 0.40 0.49 115.47 0.25 0.41
Hex 52 83 4E 25 0 28 31 73 19 29
Octal 122 203 116 45 0 50 61 163 31 51
Binary 1010010 10000011 1001110 100101 0 101000 110001 1110011 11001 101001

Color Harmonies of #52834E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52834E

Black with #52834E

Text Example


Text Example

White with #52834E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #52834E;
 }
 .AnyTagClassName
 {
   color: #52834E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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