#54714F

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

Shades of Cactus #54714F

Tints of Cactus #54714F

Color information

#54714F (or 0x54714F) is unknown color: approx Cactus. HEX triplet: 54, 71 and 4F. RGB value is (84,113,79). Sum of RGB (Red+Green+Blue) = 84+113+79=276 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.43% from 276); Green value is 113 (44.53% from 255 or 40.94% from 276); Blue value is 79 (31.25% from 255 or 28.62% from 276); Max value from RGB is 113 - color contains mainly: green. Hex color #54714F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54714F is #AB8EB0. Grayscale: #646464. Windows color (decimal): -11243185 or 5206356. OLE color: 5206356.

HSL color Cylindrical-coordinate representation of color #54714F: hue angle of 111.18º 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 #54714F is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB8411379-
CMYK0.2600.300.56
HSL111.18º17.71%37.65%-
HSV(B)111.18º30.09%44.31%-
XYZ10.9714.269.57-
YUV100.45115.89116.26-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.43%
GREEN value IS 113 (44.53% from 255) = 40.94%
BLUE value IS 79 (31.25% from 255) = 28.62%
R=30.43%
G=40.94%
B=28.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal84113790.2600.300.56111.1817.7137.65
Hex54714F1A01E386f1226
Octal12416111732036701572246
Binary10101001110001100111111010011110111000110111110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54714F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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