Html Css Color HEX #5C825D Hippie Green

📋 copy color: '#5C825D'

red 92 ◦ green 130 ◦ blue 93

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

Shades of Hippie Green #5C825D

Tints of Hippie Green #5C825D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 29.52%

R = 29.21%
G = 41.27%
B = 29.52%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#5C825D (or 0x5C825D) is known color: Hippie Green. HEX triplet: 5C, 82 and 5D. RGB value is (92,130,93). Sum of RGB (Red+Green+Blue) = 92+130+93=315 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.21% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 130 - color contains mainly: green. Hex color #5C825D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C825D is #A37DA2. Grayscale: #727272. Windows color (decimal): -10714531 or 6128220. OLE color: 6128220.

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

Color convert

RGB 92 130 93 -
CMYK 0.29 0 0.28 0.49
HSL 121.58º 0.17% 0.44% -
HSV(B) 121.58º 0.29% 0.51% -
XYZ 14.37 19.03 13.27 -
YUV 114.42 115.91 112.01 -
System Red Green Blue C M Y K H S L
Decimal 92 130 93 0.29 0 0.28 0.49 121.58 0.17 0.44
Hex 5C 82 5D 1D 0 1C 31 7A 11 2C
Octal 134 202 135 35 0 34 61 172 21 54
Binary 1011100 10000010 1011101 11101 0 11100 110001 1111010 10001 101100

Color Harmonies of #5C825D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C825D

Black with #5C825D

Text Example


Text Example

White with #5C825D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,130,93); }

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

background-color css

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

 a { background-color: rgb(92,130,93); }

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

border-color css

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

 span { border-color: rgb(92,130,93); }

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