Html Css Color HEX #5B7353 Cactus

📋 copy color: '#5B7353'

red 91 ◦ green 115 ◦ blue 83

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

Shades of Cactus #5B7353

Tints of Cactus #5B7353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 28.72%

R = 31.49%
G = 39.79%
B = 28.72%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#5B7353 (or 0x5B7353) is known color: Cactus. HEX triplet: 5B, 73 and 53. RGB value is (91,115,83). Sum of RGB (Red+Green+Blue) = 91+115+83=289 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.49% from 289); Green value is 115 (45.31% from 255 or 39.79% from 289); Blue value is 83 (32.81% from 255 or 28.72% from 289); Max value from RGB is 115 - color contains mainly: green. Hex color #5B7353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7353 is #A48CAC. Grayscale: #686868. Windows color (decimal): -10783917 or 5469019. OLE color: 5469019.

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

Color convert

RGB 91 115 83 -
CMYK 0.21 0 0.28 0.55
HSL 105º 0.16% 0.39% -
HSV(B) 105º 0.28% 0.45% -
XYZ 12.01 15.11 10.47 -
YUV 104.18 116.05 118.6 -
System Red Green Blue C M Y K H S L
Decimal 91 115 83 0.21 0 0.28 0.55 105 0.16 0.39
Hex 5B 73 53 15 0 1C 37 69 10 27
Octal 133 163 123 25 0 34 67 151 20 47
Binary 1011011 1110011 1010011 10101 0 11100 110111 1101001 10000 100111

Color Harmonies of #5B7353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7353

Black with #5B7353

Text Example


Text Example

White with #5B7353

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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