Html Css Color HEX #538452 Hippie Green

📋 copy color: '#538452'

red 83 ◦ green 132 ◦ blue 82

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

Shades of Hippie Green #538452

Tints of Hippie Green #538452

RGB

 RED value IS 83 (32.81% from 255) = 27.95%

 GREEN value IS 132 (51.95% from 255) = 44.44%

 BLUE value IS 82 (32.42% from 255) = 27.61%

R = 27.95%
G = 44.44%
B = 27.61%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#538452 (or 0x538452) is known color: Hippie Green. HEX triplet: 53, 84 and 52. RGB value is (83,132,82). Sum of RGB (Red+Green+Blue) = 83+132+82=297 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.95% from 297); Green value is 132 (51.95% from 255 or 44.44% from 297); Blue value is 82 (32.42% from 255 or 27.61% from 297); Max value from RGB is 132 - color contains mainly: green. Hex color #538452 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538452 is #AC7BAD. Grayscale: #6F6F6F. Windows color (decimal): -11303854 or 5407827. OLE color: 5407827.

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

Color convert

RGB 83 132 82 -
CMYK 0.37 0 0.38 0.48
HSL 118.8º 0.23% 0.42% -
HSV(B) 118.8º 0.38% 0.52% -
XYZ 13.34 18.95 10.94 -
YUV 111.65 111.27 107.57 -
System Red Green Blue C M Y K H S L
Decimal 83 132 82 0.37 0 0.38 0.48 118.8 0.23 0.42
Hex 53 84 52 25 0 26 30 77 17 2A
Octal 123 204 122 45 0 46 60 167 27 52
Binary 1010011 10000100 1010010 100101 0 100110 110000 1110111 10111 101010

Color Harmonies of #538452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538452

Black with #538452

Text Example


Text Example

White with #538452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538452; }

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

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

background-color css

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

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

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

border-color css

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

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

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