Html Css Color HEX #526560 Viridian Green

📋 copy color: '#526560'

red 82 ◦ green 101 ◦ blue 96

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

Shades of Viridian Green #526560

Tints of Viridian Green #526560

RGB

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

 GREEN value IS 101 (39.84% from 255) = 36.2%

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

R = 29.39%
G = 36.2%
B = 34.41%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.05

 K value IS 0.60

RGB Variations

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

Color information

#526560 (or 0x526560) is known color: Viridian Green. HEX triplet: 52, 65 and 60. RGB value is (82,101,96). Sum of RGB (Red+Green+Blue) = 82+101+96=279 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.39% from 279); Green value is 101 (39.84% from 255 or 36.20% from 279); Blue value is 96 (37.89% from 255 or 34.41% from 279); Max value from RGB is 101 - color contains mainly: green. Hex color #526560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526560 is #AD9A9F. Grayscale: #5E5E5E. Windows color (decimal): -11377312 or 6317394. OLE color: 6317394.

HSL color Cylindrical-coordinate representation of color #526560: hue angle of 164.21º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #526560 is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.60.

Color convert

RGB 82 101 96 -
CMYK 0.19 0 0.05 0.60
HSL 164.21º 0.1% 0.36% -
HSV(B) 164.21º 0.19% 0.4% -
XYZ 10.24 11.95 12.83 -
YUV 94.75 128.71 118.91 -
System Red Green Blue C M Y K H S L
Decimal 82 101 96 0.19 0 0.05 0.60 164.21 0.1 0.36
Hex 52 65 60 13 0 5 3C A4 A 24
Octal 122 145 140 23 0 5 74 244 12 44
Binary 1010010 1100101 1100000 10011 0 101 111100 10100100 1010 100100

Color Harmonies of #526560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526560

Black with #526560

Text Example


Text Example

White with #526560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526560; }

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

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

background-color css

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

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

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

border-color css

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

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

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