Html Css Color HEX #59754B Cactus

📋 copy color: '#59754B'

red 89 ◦ green 117 ◦ blue 75

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

Shades of Cactus #59754B

Tints of Cactus #59754B

RGB

 RED value IS 89 (35.16% from 255) = 31.67%

 GREEN value IS 117 (46.09% from 255) = 41.64%

 BLUE value IS 75 (29.69% from 255) = 26.69%

R = 31.67%
G = 41.64%
B = 26.69%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#59754B (or 0x59754B) is known color: Cactus. HEX triplet: 59, 75 and 4B. RGB value is (89,117,75). Sum of RGB (Red+Green+Blue) = 89+117+75=281 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.67% from 281); Green value is 117 (46.09% from 255 or 41.64% from 281); Blue value is 75 (29.69% from 255 or 26.69% from 281); Max value from RGB is 117 - color contains mainly: green. Hex color #59754B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59754B is #A68AB4. Grayscale: #676767. Windows color (decimal): -10914485 or 4945241. OLE color: 4945241.

HSL color Cylindrical-coordinate representation of color #59754B: hue angle of 100º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #59754B is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 89 117 75 -
CMYK 0.24 0 0.36 0.54
HSL 100º 0.22% 0.38% -
HSV(B) 100º 0.36% 0.46% -
XYZ 11.75 15.35 9 -
YUV 103.84 111.72 117.42 -
System Red Green Blue C M Y K H S L
Decimal 89 117 75 0.24 0 0.36 0.54 100 0.22 0.38
Hex 59 75 4B 18 0 24 36 64 16 26
Octal 131 165 113 30 0 44 66 144 26 46
Binary 1011001 1110101 1001011 11000 0 100100 110110 1100100 10110 100110

Color Harmonies of #59754B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59754B

Black with #59754B

Text Example


Text Example

White with #59754B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59754B; }

 p { color: rgb(89,117,75); }

 H1.HeaderClassName
 {
   color: #59754B;
 }
 .AnyTagClassName
 {
   color: #59754B;
 }
</style>

background-color css

<style>
 a { background-color: #59754B; }

 a { background-color: rgb(89,117,75); }

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

border-color css

<style>
 span { border-color: #59754B; }

 span { border-color: rgb(89,117,75); }

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