#52675D

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

Shades of Viridian Green #52675D

Tints of Viridian Green #52675D

Color information

#52675D (or 0x52675D) is unknown color: approx Viridian Green. HEX triplet: 52, 67 and 5D. RGB value is (82,103,93). Sum of RGB (Red+Green+Blue) = 82+103+93=278 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.50% from 278); Green value is 103 (40.62% from 255 or 37.05% from 278); Blue value is 93 (36.72% from 255 or 33.45% from 278); Max value from RGB is 103 - color contains mainly: green. Hex color #52675D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52675D is #AD98A2. Grayscale: #5F5F5F. Windows color (decimal): -11376803 or 6121298. OLE color: 6121298.

HSL color Cylindrical-coordinate representation of color #52675D: hue angle of 151.43º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #52675D is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.60.

Color convert

RGB8210393-
CMYK0.2000.100.60
HSL151.43º11.35%36.27%-
HSV(B)151.43º20.39%40.39%-
XYZ10.3112.2812.18-
YUV95.58126.54118.31-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.50%
GREEN value IS 103 (40.62% from 255) = 37.05%
BLUE value IS 93 (36.72% from 255) = 33.45%
R=29.50%
G=37.05%
B=33.45%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal82103930.2000.100.60151.4311.3536.27
Hex52675D140A3C97b24
Octal12214713524012742271344
Binary1010010110011110111011010001010111100100101111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52675D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52675D; }

 p { color: rgb(82,103,93); }

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

<style>
 a { background-color: #52675D; }

 a { background-color: rgb(82,103,93); }

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

<style>
 span { border-color: #52675D; }

 span { border-color: rgb(82,103,93); }

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