Html Css Color HEX #526860 Viridian Green

📋 copy color: '#526860'

red 82 ◦ green 104 ◦ blue 96

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

Shades of Viridian Green #526860

Tints of Viridian Green #526860

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 34.04%

R = 29.08%
G = 36.88%
B = 34.04%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#526860 (or 0x526860) is known color: Viridian Green. HEX triplet: 52, 68 and 60. RGB value is (82,104,96). Sum of RGB (Red+Green+Blue) = 82+104+96=282 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.08% from 282); Green value is 104 (41.02% from 255 or 36.88% from 282); Blue value is 96 (37.89% from 255 or 34.04% from 282); Max value from RGB is 104 - color contains mainly: green. Hex color #526860 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526860 is #AD979F. Grayscale: #606060. Windows color (decimal): -11376544 or 6318162. OLE color: 6318162.

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

Color convert

RGB 82 104 96 -
CMYK 0.21 0 0.08 0.59
HSL 158.18º 0.12% 0.36% -
HSV(B) 158.18º 0.21% 0.41% -
XYZ 10.54 12.54 12.93 -
YUV 96.51 127.71 117.65 -
System Red Green Blue C M Y K H S L
Decimal 82 104 96 0.21 0 0.08 0.59 158.18 0.12 0.36
Hex 52 68 60 15 0 8 3B 9E C 24
Octal 122 150 140 25 0 10 73 236 14 44
Binary 1010010 1101000 1100000 10101 0 1000 111011 10011110 1100 100100

Color Harmonies of #526860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526860

Black with #526860

Text Example


Text Example

White with #526860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526860; }

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

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

background-color css

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

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

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

border-color css

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

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

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