Html Css Color HEX #5C9350 Hippie Green

📋 copy color: '#5C9350'

red 92 ◦ green 147 ◦ blue 80

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

Shades of Hippie Green #5C9350

Tints of Hippie Green #5C9350

RGB

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

 GREEN value IS 147 (57.81% from 255) = 46.08%

 BLUE value IS 80 (31.64% from 255) = 25.08%

R = 28.84%
G = 46.08%
B = 25.08%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#5C9350 (or 0x5C9350) is known color: Hippie Green. HEX triplet: 5C, 93 and 50. RGB value is (92,147,80). Sum of RGB (Red+Green+Blue) = 92+147+80=319 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.84% from 319); Green value is 147 (57.81% from 255 or 46.08% from 319); Blue value is 80 (31.64% from 255 or 25.08% from 319); Max value from RGB is 147 - color contains mainly: green. Hex color #5C9350 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C9350 is #A36CAF. Grayscale: #7B7B7B. Windows color (decimal): -10710192 or 5280604. OLE color: 5280604.

HSL color Cylindrical-coordinate representation of color #5C9350: hue angle of 109.25º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5C9350 is Cyan = 0.37, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB 92 147 80 -
CMYK 0.37 0 0.46 0.42
HSL 109.25º 0.3% 0.45% -
HSV(B) 109.25º 0.46% 0.58% -
XYZ 16.3 23.72 11.31 -
YUV 122.92 103.78 105.95 -
System Red Green Blue C M Y K H S L
Decimal 92 147 80 0.37 0 0.46 0.42 109.25 0.3 0.45
Hex 5C 93 50 25 0 2E 2A 6D 1E 2D
Octal 134 223 120 45 0 56 52 155 36 55
Binary 1011100 10010011 1010000 100101 0 101110 101010 1101101 11110 101101

Color Harmonies of #5C9350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C9350

Black with #5C9350

Text Example


Text Example

White with #5C9350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,147,80); }

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

background-color css

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

 a { background-color: rgb(92,147,80); }

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

border-color css

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

 span { border-color: rgb(92,147,80); }

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