#54714E

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

Shades of Cactus #54714E

Tints of Cactus #54714E

Color information

#54714E (or 0x54714E) is unknown color: approx Cactus. HEX triplet: 54, 71 and 4E. RGB value is (84,113,78). Sum of RGB (Red+Green+Blue) = 84+113+78=275 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.55% from 275); Green value is 113 (44.53% from 255 or 41.09% from 275); Blue value is 78 (30.86% from 255 or 28.36% from 275); Max value from RGB is 113 - color contains mainly: green. Hex color #54714E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54714E is #AB8EB1. Grayscale: #646464. Windows color (decimal): -11243186 or 5140820. OLE color: 5140820.

HSL color Cylindrical-coordinate representation of color #54714E: hue angle of 109.71º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #54714E is Cyan = 0.26, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB8411378-
CMYK0.2600.310.56
HSL109.71º18.32%37.45%-
HSV(B)109.71º30.97%44.31%-
XYZ10.9414.259.38-
YUV100.34115.39116.35-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.55%
GREEN value IS 113 (44.53% from 255) = 41.09%
BLUE value IS 78 (30.86% from 255) = 28.36%
R=30.55%
G=41.09%
B=28.36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal84113780.2600.310.56109.7118.3237.45
Hex54714E1A01F386e1225
Octal12416111632037701562245
Binary10101001110001100111011010011111111000110111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54714E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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