Html Css Color HEX #5B7357 Cactus

📋 copy color: '#5B7357'

red 91 ◦ green 115 ◦ blue 87

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

Shades of Cactus #5B7357

Tints of Cactus #5B7357

RGB

 RED value IS 91 (35.94% from 255) = 31.06%

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

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

R = 31.06%
G = 39.25%
B = 29.69%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.24

 K value IS 0.55

RGB Variations

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

Color information

#5B7357 (or 0x5B7357) is known color: Cactus. HEX triplet: 5B, 73 and 57. RGB value is (91,115,87). Sum of RGB (Red+Green+Blue) = 91+115+87=293 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.06% from 293); Green value is 115 (45.31% from 255 or 39.25% from 293); Blue value is 87 (34.38% from 255 or 29.69% from 293); Max value from RGB is 115 - color contains mainly: green. Hex color #5B7357 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7357 is #A48CA8. Grayscale: #686868. Windows color (decimal): -10783913 or 5731163. OLE color: 5731163.

HSL color Cylindrical-coordinate representation of color #5B7357: hue angle of 111.43º 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 #5B7357 is Cyan = 0.21, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.55.

Color convert

RGB 91 115 87 -
CMYK 0.21 0 0.24 0.55
HSL 111.43º 0.14% 0.4% -
HSV(B) 111.43º 0.24% 0.45% -
XYZ 12.17 15.17 11.3 -
YUV 104.63 118.05 118.28 -
System Red Green Blue C M Y K H S L
Decimal 91 115 87 0.21 0 0.24 0.55 111.43 0.14 0.4
Hex 5B 73 57 15 0 18 37 6F E 28
Octal 133 163 127 25 0 30 67 157 16 50
Binary 1011011 1110011 1010111 10101 0 11000 110111 1101111 1110 101000

Color Harmonies of #5B7357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7357

Black with #5B7357

Text Example


Text Example

White with #5B7357

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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