#54695E

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

Shades of Viridian Green #54695E

Tints of Viridian Green #54695E

Color information

#54695E (or 0x54695E) is unknown color: approx Viridian Green. HEX triplet: 54, 69 and 5E. RGB value is (84,105,94). Sum of RGB (Red+Green+Blue) = 84+105+94=283 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.68% from 283); Green value is 105 (41.41% from 255 or 37.10% from 283); Blue value is 94 (37.11% from 255 or 33.22% from 283); Max value from RGB is 105 - color contains mainly: green. Hex color #54695E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54695E is #AB96A1. Grayscale: #616161. Windows color (decimal): -11245218 or 6187348. OLE color: 6187348.

HSL color Cylindrical-coordinate representation of color #54695E: hue angle of 148.57º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #54695E is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB8410594-
CMYK0.2000.100.59
HSL148.57º11.11%37.06%-
HSV(B)148.57º20%41.18%-
XYZ10.7312.812.49-
YUV97.47126.04118.39-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.68%
GREEN value IS 105 (41.41% from 255) = 37.10%
BLUE value IS 94 (37.11% from 255) = 33.22%
R=29.68%
G=37.10%
B=33.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal84105940.2000.100.59148.5711.1137.06
Hex54695E140A3B95b25
Octal12415113624012732251345
Binary1010100110100110111101010001010111011100101011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54695E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,105,94); }

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

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

 a { background-color: rgb(84,105,94); }

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

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

 span { border-color: rgb(84,105,94); }

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