Html Css Color HEX #5C7356 Cactus

📋 copy color: '#5C7356'

red 92 ◦ green 115 ◦ blue 86

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

Shades of Cactus #5C7356

Tints of Cactus #5C7356

RGB

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

 GREEN value IS 115 (45.31% from 255) = 39.25%

 BLUE value IS 86 (33.98% from 255) = 29.35%

R = 31.4%
G = 39.25%
B = 29.35%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#5C7356 (or 0x5C7356) is known color: Cactus. HEX triplet: 5C, 73 and 56. RGB value is (92,115,86). Sum of RGB (Red+Green+Blue) = 92+115+86=293 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.40% from 293); Green value is 115 (45.31% from 255 or 39.25% from 293); Blue value is 86 (33.98% from 255 or 29.35% from 293); Max value from RGB is 115 - color contains mainly: green. Hex color #5C7356 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7356 is #A38CA9. Grayscale: #686868. Windows color (decimal): -10718378 or 5665628. OLE color: 5665628.

HSL color Cylindrical-coordinate representation of color #5C7356: hue angle of 107.59º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5C7356 is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB 92 115 86 -
CMYK 0.20 0 0.25 0.55
HSL 107.59º 0.14% 0.39% -
HSV(B) 107.59º 0.25% 0.45% -
XYZ 12.22 15.21 11.1 -
YUV 104.82 117.38 118.86 -
System Red Green Blue C M Y K H S L
Decimal 92 115 86 0.20 0 0.25 0.55 107.59 0.14 0.39
Hex 5C 73 56 14 0 19 37 6C E 27
Octal 134 163 126 24 0 31 67 154 16 47
Binary 1011100 1110011 1010110 10100 0 11001 110111 1101100 1110 100111

Color Harmonies of #5C7356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C7356

Black with #5C7356

Text Example


Text Example

White with #5C7356

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,115,86); }

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

background-color css

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

 a { background-color: rgb(92,115,86); }

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

border-color css

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

 span { border-color: rgb(92,115,86); }

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