Html Css Color HEX #52685E Viridian Green

📋 copy color: '#52685E'

red 82 ◦ green 104 ◦ blue 94

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

Shades of Viridian Green #52685E

Tints of Viridian Green #52685E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 33.57%

R = 29.29%
G = 37.14%
B = 33.57%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#52685E (or 0x52685E) is known color: Viridian Green. HEX triplet: 52, 68 and 5E. RGB value is (82,104,94). Sum of RGB (Red+Green+Blue) = 82+104+94=280 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.29% from 280); Green value is 104 (41.02% from 255 or 37.14% from 280); Blue value is 94 (37.11% from 255 or 33.57% from 280); Max value from RGB is 104 - color contains mainly: green. Hex color #52685E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52685E is #AD97A1. Grayscale: #606060. Windows color (decimal): -11376546 or 6187090. OLE color: 6187090.

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

Color convert

RGB 82 104 94 -
CMYK 0.21 0 0.10 0.59
HSL 152.73º 0.12% 0.36% -
HSV(B) 152.73º 0.21% 0.41% -
XYZ 10.45 12.5 12.45 -
YUV 96.28 126.71 117.81 -
System Red Green Blue C M Y K H S L
Decimal 82 104 94 0.21 0 0.10 0.59 152.73 0.12 0.36
Hex 52 68 5E 15 0 A 3B 99 C 24
Octal 122 150 136 25 0 12 73 231 14 44
Binary 1010010 1101000 1011110 10101 0 1010 111011 10011001 1100 100100

Color Harmonies of #52685E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52685E

Black with #52685E

Text Example


Text Example

White with #52685E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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