Html Css Color HEX #5C8361 Hippie Green

📋 copy color: '#5C8361'

red 92 ◦ green 131 ◦ blue 97

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

Shades of Hippie Green #5C8361

Tints of Hippie Green #5C8361

RGB

 RED value IS 92 (36.33% from 255) = 28.75%

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

 BLUE value IS 97 (38.28% from 255) = 30.31%

R = 28.75%
G = 40.94%
B = 30.31%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#5C8361 (or 0x5C8361) is known color: Hippie Green. HEX triplet: 5C, 83 and 61. RGB value is (92,131,97). Sum of RGB (Red+Green+Blue) = 92+131+97=320 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.75% from 320); Green value is 131 (51.56% from 255 or 40.94% from 320); Blue value is 97 (38.28% from 255 or 30.31% from 320); Max value from RGB is 131 - color contains mainly: green. Hex color #5C8361 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C8361 is #A37C9E. Grayscale: #737373. Windows color (decimal): -10714271 or 6390620. OLE color: 6390620.

HSL color Cylindrical-coordinate representation of color #5C8361: hue angle of 127.69º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5C8361 is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB 92 131 97 -
CMYK 0.30 0 0.26 0.49
HSL 127.69º 0.17% 0.44% -
HSV(B) 127.69º 0.3% 0.51% -
XYZ 14.69 19.37 14.27 -
YUV 115.46 117.58 111.26 -
System Red Green Blue C M Y K H S L
Decimal 92 131 97 0.30 0 0.26 0.49 127.69 0.17 0.44
Hex 5C 83 61 1E 0 1A 31 80 11 2C
Octal 134 203 141 36 0 32 61 200 21 54
Binary 1011100 10000011 1100001 11110 0 11010 110001 10000000 10001 101100

Color Harmonies of #5C8361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C8361

Black with #5C8361

Text Example


Text Example

White with #5C8361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C8361; }

 p { color: rgb(92,131,97); }

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

background-color css

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

 a { background-color: rgb(92,131,97); }

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

border-color css

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

 span { border-color: rgb(92,131,97); }

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