#5C734F

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

Shades of Cactus #5C734F

Tints of Cactus #5C734F

Color information

#5C734F (or 0x5C734F) is unknown color: approx Cactus. HEX triplet: 5C, 73 and 4F. RGB value is (92,115,79). Sum of RGB (Red+Green+Blue) = 92+115+79=286 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.17% from 286); Green value is 115 (45.31% from 255 or 40.21% from 286); Blue value is 79 (31.25% from 255 or 27.62% from 286); Max value from RGB is 115 - color contains mainly: green. Hex color #5C734F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C734F is #A38CB0. Grayscale: #686868. Windows color (decimal): -10718385 or 5206876. OLE color: 5206876.

HSL color Cylindrical-coordinate representation of color #5C734F: hue angle of 98.33º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5C734F is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB9211579-
CMYK0.2000.310.55
HSL98.33º18.56%38.04%-
HSV(B)98.33º31.3%45.1%-
XYZ11.9615.19.68-
YUV104.02113.88119.43-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.17%
GREEN value IS 115 (45.31% from 255) = 40.21%
BLUE value IS 79 (31.25% from 255) = 27.62%
R=32.17%
G=40.21%
B=27.62%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal92115790.2000.310.5598.3318.5638.04
Hex5C734F1401F37621326
Octal13416311724037671422346
Binary10111001110011100111110100011111110111110001010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C734F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,115,79); }

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

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

 a { background-color: rgb(92,115,79); }

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

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

 span { border-color: rgb(92,115,79); }

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