#52685C

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

Shades of Viridian Green #52685C

Tints of Viridian Green #52685C

Color information

#52685C (or 0x52685C) is unknown color: approx Viridian Green. HEX triplet: 52, 68 and 5C. RGB value is (82,104,92). Sum of RGB (Red+Green+Blue) = 82+104+92=278 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.50% from 278); Green value is 104 (41.02% from 255 or 37.41% from 278); Blue value is 92 (36.33% from 255 or 33.09% from 278); Max value from RGB is 104 - color contains mainly: green. Hex color #52685C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52685C is #AD97A3. Grayscale: #606060. Windows color (decimal): -11376548 or 6056018. OLE color: 6056018.

HSL color Cylindrical-coordinate representation of color #52685C: hue angle of 147.27º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #52685C is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB8210492-
CMYK0.2100.120.59
HSL147.27º11.83%36.47%-
HSV(B)147.27º21.15%40.78%-
XYZ10.3612.4711.99-
YUV96.05125.71117.98-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.50%
GREEN value IS 104 (41.02% from 255) = 37.41%
BLUE value IS 92 (36.33% from 255) = 33.09%
R=29.50%
G=37.41%
B=33.09%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82104920.2100.120.59147.2711.8336.47
Hex52685C150C3B93c24
Octal12215013425014732231444
Binary1010010110100010111001010101100111011100100111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52685C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52685C; }

 p { color: rgb(82,104,92); }

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

<style>
 a { background-color: #52685C; }

 a { background-color: rgb(82,104,92); }

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

<style>
 span { border-color: #52685C; }

 span { border-color: rgb(82,104,92); }

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