#54602F

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

Shades of Saratoga #54602F

Tints of Saratoga #54602F

Color information

#54602F (or 0x54602F) is unknown color: approx Saratoga. HEX triplet: 54, 60 and 2F. RGB value is (84,96,47). Sum of RGB (Red+Green+Blue) = 84+96+47=227 (30% of max value = 765). Red value is 84 (33.20% from 255 or 37.00% from 227); Green value is 96 (37.89% from 255 or 42.29% from 227); Blue value is 47 (18.75% from 255 or 20.70% from 227); Max value from RGB is 96 - color contains mainly: green. Hex color #54602F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54602F is #AB9FD0. Grayscale: #575757. Windows color (decimal): -11247569 or 3104852. OLE color: 3104852.

HSL color Cylindrical-coordinate representation of color #54602F: hue angle of 74.69º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #54602F is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB849647-
CMYK0.1200.510.62
HSL74.69º34.27%28.04%-
HSV(B)74.69º51.04%37.65%-
XYZ8.3510.464.27-
YUV86.83105.52125.98-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.00%
GREEN value IS 96 (37.89% from 255) = 42.29%
BLUE value IS 47 (18.75% from 255) = 20.70%
R=37.00%
G=42.29%
B=20.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8496470.1200.510.6274.6934.2728.04
Hex54602FC0333E4b221c
Octal1241405714063761134234
Binary1010100110000010111111000110011111110100101110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54602F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,96,47); }

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

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

 a { background-color: rgb(84,96,47); }

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

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

 span { border-color: rgb(84,96,47); }

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