#5A7752

Color #5A7752 Cactus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cactus #5A7752

Tints of Cactus #5A7752

Color information

#5A7752 (or 0x5A7752) is unknown color: approx Cactus. HEX triplet: 5A, 77 and 52. RGB value is (90,119,82). Sum of RGB (Red+Green+Blue) = 90+119+82=291 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.93% from 291); Green value is 119 (46.88% from 255 or 40.89% from 291); Blue value is 82 (32.42% from 255 or 28.18% from 291); Max value from RGB is 119 - color contains mainly: green. Hex color #5A7752 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7752 is #A588AD. Grayscale: #6A6A6A. Windows color (decimal): -10848430 or 5404506. OLE color: 5404506.

HSL color Cylindrical-coordinate representation of color #5A7752: hue angle of 107.03º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5A7752 is Cyan = 0.24, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB9011982-
CMYK0.2400.310.53
HSL107.03º18.41%39.41%-
HSV(B)107.03º31.09%46.67%-
XYZ12.3415.9810.42-
YUV106.11114.39116.51-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.93%
GREEN value IS 119 (46.88% from 255) = 40.89%
BLUE value IS 82 (32.42% from 255) = 28.18%
R=30.93%
G=40.89%
B=28.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal90119820.2400.310.53107.0318.4139.41
Hex5A77521801F356b1227
Octal13216712230037651532247
Binary10110101110111101001011000011111110101110101110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,119,82); }

 H1.HeaderClassName
 {
   color: #5A7752;
 }
 .AnyTagClassName
 {
   color: #5A7752;
 }
</style>
background-color css

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

 a { background-color: rgb(90,119,82); }

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

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

 span { border-color: rgb(90,119,82); }

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