#5C7853

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

Shades of Cactus #5C7853

Tints of Cactus #5C7853

Color information

#5C7853 (or 0x5C7853) is unknown color: approx Cactus. HEX triplet: 5C, 78 and 53. RGB value is (92,120,83). Sum of RGB (Red+Green+Blue) = 92+120+83=295 (39% of max value = 765). Red value is 92 (36.33% from 255 or 31.19% from 295); Green value is 120 (47.27% from 255 or 40.68% from 295); Blue value is 83 (32.81% from 255 or 28.14% from 295); Max value from RGB is 120 - color contains mainly: green. Hex color #5C7853 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7853 is #A387AC. Grayscale: #6B6B6B. Windows color (decimal): -10717101 or 5470300. OLE color: 5470300.

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

Color convert

RGB9212083-
CMYK0.2300.310.53
HSL105.41º18.23%39.8%-
HSV(B)105.41º30.83%47.06%-
XYZ12.6916.3310.67-
YUV107.41114.22117.01-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 31.19%
GREEN value IS 120 (47.27% from 255) = 40.68%
BLUE value IS 83 (32.81% from 255) = 28.14%
R=31.19%
G=40.68%
B=28.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal92120830.2300.310.53105.4118.2339.8
Hex5C78531701F35691228
Octal13417012327037651512250
Binary10111001111000101001110111011111110101110100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,120,83); }

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

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

 a { background-color: rgb(92,120,83); }

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

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

 span { border-color: rgb(92,120,83); }

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