Html Css Color HEX #5E7357 Cactus

📋 copy color: '#5E7357'

red 94 ◦ green 115 ◦ blue 87

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

Shades of Cactus #5E7357

Tints of Cactus #5E7357

RGB

 RED value IS 94 (37.11% from 255) = 31.76%

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

 BLUE value IS 87 (34.38% from 255) = 29.39%

R = 31.76%
G = 38.85%
B = 29.39%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.24

 K value IS 0.55

RGB Variations

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

Color information

#5E7357 (or 0x5E7357) is known color: Cactus. HEX triplet: 5E, 73 and 57. RGB value is (94,115,87). Sum of RGB (Red+Green+Blue) = 94+115+87=296 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.76% from 296); Green value is 115 (45.31% from 255 or 38.85% from 296); Blue value is 87 (34.38% from 255 or 29.39% from 296); Max value from RGB is 115 - color contains mainly: green. Hex color #5E7357 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7357 is #A18CA8. Grayscale: #696969. Windows color (decimal): -10587305 or 5731166. OLE color: 5731166.

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

Color convert

RGB 94 115 87 -
CMYK 0.18 0 0.24 0.55
HSL 105º 0.14% 0.4% -
HSV(B) 105º 0.24% 0.45% -
XYZ 12.47 15.33 11.32 -
YUV 105.53 117.54 119.78 -
System Red Green Blue C M Y K H S L
Decimal 94 115 87 0.18 0 0.24 0.55 105 0.14 0.4
Hex 5E 73 57 12 0 18 37 69 E 28
Octal 136 163 127 22 0 30 67 151 16 50
Binary 1011110 1110011 1010111 10010 0 11000 110111 1101001 1110 101000

Color Harmonies of #5E7357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7357

Black with #5E7357

Text Example


Text Example

White with #5E7357

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,115,87); }

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

background-color css

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

 a { background-color: rgb(94,115,87); }

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

border-color css

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

 span { border-color: rgb(94,115,87); }

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