Html Css Color HEX #526A5E Viridian Green

📋 copy color: '#526A5E'

red 82 ◦ green 106 ◦ blue 94

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

Shades of Viridian Green #526A5E

Tints of Viridian Green #526A5E

RGB

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

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

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

R = 29.08%
G = 37.59%
B = 33.33%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.11

 K value IS 0.58

RGB Variations

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

Color information

#526A5E (or 0x526A5E) is known color: Viridian Green. HEX triplet: 52, 6A and 5E. RGB value is (82,106,94). Sum of RGB (Red+Green+Blue) = 82+106+94=282 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.08% from 282); Green value is 106 (41.80% from 255 or 37.59% from 282); Blue value is 94 (37.11% from 255 or 33.33% from 282); Max value from RGB is 106 - color contains mainly: green. Hex color #526A5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526A5E is #AD95A1. Grayscale: #616161. Windows color (decimal): -11376034 or 6187602. OLE color: 6187602.

HSL color Cylindrical-coordinate representation of color #526A5E: hue angle of 150º 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 #526A5E is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.58.

Color convert

RGB 82 106 94 -
CMYK 0.23 0 0.11 0.58
HSL 150º 0.13% 0.37% -
HSV(B) 150º 0.23% 0.42% -
XYZ 10.65 12.91 12.52 -
YUV 97.46 126.05 116.98 -
System Red Green Blue C M Y K H S L
Decimal 82 106 94 0.23 0 0.11 0.58 150 0.13 0.37
Hex 52 6A 5E 17 0 B 3A 96 D 25
Octal 122 152 136 27 0 13 72 226 15 45
Binary 1010010 1101010 1011110 10111 0 1011 111010 10010110 1101 100101

Color Harmonies of #526A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526A5E

Black with #526A5E

Text Example


Text Example

White with #526A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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