#53675E

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

Shades of Viridian Green #53675E

Tints of Viridian Green #53675E

Color information

#53675E (or 0x53675E) is unknown color: approx Viridian Green. HEX triplet: 53, 67 and 5E. RGB value is (83,103,94). Sum of RGB (Red+Green+Blue) = 83+103+94=280 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.64% from 280); Green value is 103 (40.62% from 255 or 36.79% from 280); Blue value is 94 (37.11% from 255 or 33.57% from 280); Max value from RGB is 103 - color contains mainly: green. Hex color #53675E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53675E is #AC98A1. Grayscale: #606060. Windows color (decimal): -11311266 or 6186835. OLE color: 6186835.

HSL color Cylindrical-coordinate representation of color #53675E: hue angle of 153º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #53675E is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.60.

Color convert

RGB8310394-
CMYK0.1900.090.60
HSL153º10.75%36.47%-
HSV(B)153º19.42%40.39%-
XYZ10.4412.3512.42-
YUV95.99126.87118.73-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.64%
GREEN value IS 103 (40.62% from 255) = 36.79%
BLUE value IS 94 (37.11% from 255) = 33.57%
R=29.64%
G=36.79%
B=33.57%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal83103940.1900.090.6015310.7536.47
Hex53675E13093C99b24
Octal12314713623011742311344
Binary1010011110011110111101001101001111100100110011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53675E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,103,94); }

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

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

 a { background-color: rgb(83,103,94); }

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

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

 span { border-color: rgb(83,103,94); }

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