Html Css Color HEX #52685F Viridian Green

📋 copy color: '#52685F'

red 82 ◦ green 104 ◦ blue 95

#52685F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viridian Green #52685F

Tints of Viridian Green #52685F

RGB

 RED value IS 82 (32.42% from 255) = 29.18%

 GREEN value IS 104 (41.02% from 255) = 37.01%

 BLUE value IS 95 (37.5% from 255) = 33.81%

R = 29.18%
G = 37.01%
B = 33.81%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#52685F (or 0x52685F) is known color: Viridian Green. HEX triplet: 52, 68 and 5F. RGB value is (82,104,95). Sum of RGB (Red+Green+Blue) = 82+104+95=281 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.18% from 281); Green value is 104 (41.02% from 255 or 37.01% from 281); Blue value is 95 (37.5% from 255 or 33.81% from 281); Max value from RGB is 104 - color contains mainly: green. Hex color #52685F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52685F is #AD97A0. Grayscale: #606060. Windows color (decimal): -11376545 or 6252626. OLE color: 6252626.

HSL color Cylindrical-coordinate representation of color #52685F: hue angle of 155.45º 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 #52685F is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB 82 104 95 -
CMYK 0.21 0 0.09 0.59
HSL 155.45º 0.12% 0.36% -
HSV(B) 155.45º 0.21% 0.41% -
XYZ 10.5 12.52 12.69 -
YUV 96.4 127.21 117.73 -
System Red Green Blue C M Y K H S L
Decimal 82 104 95 0.21 0 0.09 0.59 155.45 0.12 0.36
Hex 52 68 5F 15 0 9 3B 9B C 24
Octal 122 150 137 25 0 11 73 233 14 44
Binary 1010010 1101000 1011111 10101 0 1001 111011 10011011 1100 100100

Color Harmonies of #52685F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52685F

Black with #52685F

Text Example


Text Example

White with #52685F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #52685F;
 }
 .AnyTagClassName
 {
   color: #52685F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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