Html Css Color HEX #526660 Viridian Green

📋 copy color: '#526660'

red 82 ◦ green 102 ◦ blue 96

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

Shades of Viridian Green #526660

Tints of Viridian Green #526660

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.43%

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

R = 29.29%
G = 36.43%
B = 34.29%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.06

 K value IS 0.6

RGB Variations

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

Color information

#526660 (or 0x526660) is known color: Viridian Green. HEX triplet: 52, 66 and 60. RGB value is (82,102,96). Sum of RGB (Red+Green+Blue) = 82+102+96=280 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.29% from 280); Green value is 102 (40.23% from 255 or 36.43% from 280); Blue value is 96 (37.89% from 255 or 34.29% from 280); Max value from RGB is 102 - color contains mainly: green. Hex color #526660 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526660 is #AD999F. Grayscale: #5F5F5F. Windows color (decimal): -11377056 or 6317650. OLE color: 6317650.

HSL color Cylindrical-coordinate representation of color #526660: hue angle of 162º 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 #526660 is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.6.

Color convert

RGB 82 102 96 -
CMYK 0.20 0 0.06 0.6
HSL 162º 0.11% 0.36% -
HSV(B) 162º 0.2% 0.4% -
XYZ 10.34 12.14 12.86 -
YUV 95.34 128.37 118.49 -
System Red Green Blue C M Y K H S L
Decimal 82 102 96 0.20 0 0.06 0.6 162 0.11 0.36
Hex 52 66 60 14 0 6 3C A2 B 24
Octal 122 146 140 24 0 6 74 242 13 44
Binary 1010010 1100110 1100000 10100 0 110 111100 10100010 1011 100100

Color Harmonies of #526660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526660

Black with #526660

Text Example


Text Example

White with #526660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526660; }

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

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

background-color css

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

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

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

border-color css

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

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

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