#54734F

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

Shades of Cactus #54734F

Tints of Cactus #54734F

Color information

#54734F (or 0x54734F) is unknown color: approx Cactus. HEX triplet: 54, 73 and 4F. RGB value is (84,115,79). Sum of RGB (Red+Green+Blue) = 84+115+79=278 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.22% from 278); Green value is 115 (45.31% from 255 or 41.37% from 278); Blue value is 79 (31.25% from 255 or 28.42% from 278); Max value from RGB is 115 - color contains mainly: green. Hex color #54734F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54734F is #AB8CB0. Grayscale: #656565. Windows color (decimal): -11242673 or 5206868. OLE color: 5206868.

HSL color Cylindrical-coordinate representation of color #54734F: hue angle of 111.67º 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 #54734F is Cyan = 0.27, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB8411579-
CMYK0.2700.310.55
HSL111.67º18.56%38.04%-
HSV(B)111.67º31.3%45.1%-
XYZ11.214.719.65-
YUV101.63115.23115.43-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.22%
GREEN value IS 115 (45.31% from 255) = 41.37%
BLUE value IS 79 (31.25% from 255) = 28.42%
R=30.22%
G=41.37%
B=28.42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal84115790.2700.310.55111.6718.5638.04
Hex54734F1B01F37701326
Octal12416311733037671602346
Binary10101001110011100111111011011111110111111000010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54734F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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