Html Css Color HEX #558253 Hippie Green

📋 copy color: '#558253'

red 85 ◦ green 130 ◦ blue 83

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

Shades of Hippie Green #558253

Tints of Hippie Green #558253

RGB

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

 GREEN value IS 130 (51.17% from 255) = 43.62%

 BLUE value IS 83 (32.81% from 255) = 27.85%

R = 28.52%
G = 43.62%
B = 27.85%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#558253 (or 0x558253) is known color: Hippie Green. HEX triplet: 55, 82 and 53. RGB value is (85,130,83). Sum of RGB (Red+Green+Blue) = 85+130+83=298 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.52% from 298); Green value is 130 (51.17% from 255 or 43.62% from 298); Blue value is 83 (32.81% from 255 or 27.85% from 298); Max value from RGB is 130 - color contains mainly: green. Hex color #558253 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558253 is #AA7DAC. Grayscale: #6F6F6F. Windows color (decimal): -11173293 or 5472853. OLE color: 5472853.

HSL color Cylindrical-coordinate representation of color #558253: hue angle of 117.45º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #558253 is Cyan = 0.35, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.49.

Color convert

RGB 85 130 83 -
CMYK 0.35 0 0.36 0.49
HSL 117.45º 0.22% 0.42% -
HSV(B) 117.45º 0.36% 0.51% -
XYZ 13.29 18.52 11.06 -
YUV 111.19 112.09 109.32 -
System Red Green Blue C M Y K H S L
Decimal 85 130 83 0.35 0 0.36 0.49 117.45 0.22 0.42
Hex 55 82 53 23 0 24 31 75 16 2A
Octal 125 202 123 43 0 44 61 165 26 52
Binary 1010101 10000010 1010011 100011 0 100100 110001 1110101 10110 101010

Color Harmonies of #558253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558253

Black with #558253

Text Example


Text Example

White with #558253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558253; }

 p { color: rgb(85,130,83); }

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

background-color css

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

 a { background-color: rgb(85,130,83); }

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

border-color css

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

 span { border-color: rgb(85,130,83); }

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