Html Css Color HEX #558452 Hippie Green

📋 copy color: '#558452'

red 85 ◦ green 132 ◦ blue 82

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

Shades of Hippie Green #558452

Tints of Hippie Green #558452

RGB

 RED value IS 85 (33.59% from 255) = 28.43%

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

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

R = 28.43%
G = 44.15%
B = 27.42%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#558452 (or 0x558452) is known color: Hippie Green. HEX triplet: 55, 84 and 52. RGB value is (85,132,82). Sum of RGB (Red+Green+Blue) = 85+132+82=299 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.43% from 299); Green value is 132 (51.95% from 255 or 44.15% from 299); Blue value is 82 (32.42% from 255 or 27.42% from 299); Max value from RGB is 132 - color contains mainly: green. Hex color #558452 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558452 is #AA7BAD. Grayscale: #707070. Windows color (decimal): -11172782 or 5407829. OLE color: 5407829.

HSL color Cylindrical-coordinate representation of color #558452: hue angle of 116.4º 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 #558452 is Cyan = 0.36, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB 85 132 82 -
CMYK 0.36 0 0.38 0.48
HSL 116.4º 0.23% 0.42% -
HSV(B) 116.4º 0.38% 0.52% -
XYZ 13.52 19.04 10.95 -
YUV 112.25 110.93 108.57 -
System Red Green Blue C M Y K H S L
Decimal 85 132 82 0.36 0 0.38 0.48 116.4 0.23 0.42
Hex 55 84 52 24 0 26 30 74 17 2A
Octal 125 204 122 44 0 46 60 164 27 52
Binary 1010101 10000100 1010010 100100 0 100110 110000 1110100 10111 101010

Color Harmonies of #558452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558452

Black with #558452

Text Example


Text Example

White with #558452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558452; }

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

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

background-color css

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

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

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

border-color css

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

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

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