#55714F

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

Shades of Cactus #55714F

Tints of Cactus #55714F

Color information

#55714F (or 0x55714F) is unknown color: approx Cactus. HEX triplet: 55, 71 and 4F. RGB value is (85,113,79). Sum of RGB (Red+Green+Blue) = 85+113+79=277 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.69% from 277); Green value is 113 (44.53% from 255 or 40.79% from 277); Blue value is 79 (31.25% from 255 or 28.52% from 277); Max value from RGB is 113 - color contains mainly: green. Hex color #55714F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55714F is #AA8EB0. Grayscale: #646464. Windows color (decimal): -11177649 or 5206357. OLE color: 5206357.

HSL color Cylindrical-coordinate representation of color #55714F: hue angle of 109.41º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #55714F is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB8511379-
CMYK0.2500.300.56
HSL109.41º17.71%37.65%-
HSV(B)109.41º30.09%44.31%-
XYZ11.0614.319.58-
YUV100.75115.72116.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.69%
GREEN value IS 113 (44.53% from 255) = 40.79%
BLUE value IS 79 (31.25% from 255) = 28.52%
R=30.69%
G=40.79%
B=28.52%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85113790.2500.300.56109.4117.7137.65
Hex55714F1901E386d1226
Octal12516111731036701552246
Binary10101011110001100111111001011110111000110110110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55714F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55714F; }

 p { color: rgb(85,113,79); }

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

<style>
 a { background-color: #55714F; }

 a { background-color: rgb(85,113,79); }

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

<style>
 span { border-color: #55714F; }

 span { border-color: rgb(85,113,79); }

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