Html Css Color HEX #526A62 Viridian Green

📋 copy color: '#526A62'

red 82 ◦ green 106 ◦ blue 98

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

Shades of Viridian Green #526A62

Tints of Viridian Green #526A62

RGB

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

 GREEN value IS 106 (41.8% from 255) = 37.06%

 BLUE value IS 98 (38.67% from 255) = 34.27%

R = 28.67%
G = 37.06%
B = 34.27%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.08

 K value IS 0.58

RGB Variations

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

Color information

#526A62 (or 0x526A62) is known color: Viridian Green. HEX triplet: 52, 6A and 62. RGB value is (82,106,98). Sum of RGB (Red+Green+Blue) = 82+106+98=286 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.67% from 286); Green value is 106 (41.80% from 255 or 37.06% from 286); Blue value is 98 (38.67% from 255 or 34.27% from 286); Max value from RGB is 106 - color contains mainly: green. Hex color #526A62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526A62 is #AD959D. Grayscale: #616161. Windows color (decimal): -11376030 or 6449746. OLE color: 6449746.

HSL color Cylindrical-coordinate representation of color #526A62: hue angle of 160º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #526A62 is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.58.

Color convert

RGB 82 106 98 -
CMYK 0.23 0 0.08 0.58
HSL 160º 0.13% 0.37% -
HSV(B) 160º 0.23% 0.42% -
XYZ 10.84 12.98 13.49 -
YUV 97.91 128.05 116.65 -
System Red Green Blue C M Y K H S L
Decimal 82 106 98 0.23 0 0.08 0.58 160 0.13 0.37
Hex 52 6A 62 17 0 8 3A A0 D 25
Octal 122 152 142 27 0 10 72 240 15 45
Binary 1010010 1101010 1100010 10111 0 1000 111010 10100000 1101 100101

Color Harmonies of #526A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526A62

Black with #526A62

Text Example


Text Example

White with #526A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526A62; }

 p { color: rgb(82,106,98); }

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

background-color css

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

 a { background-color: rgb(82,106,98); }

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

border-color css

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

 span { border-color: rgb(82,106,98); }

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