Html Css Color HEX #525D5A Viridian Green

📋 copy color: '#525D5A'

red 82 ◦ green 93 ◦ blue 90

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

Shades of Viridian Green #525D5A

Tints of Viridian Green #525D5A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 35.09%

 BLUE value IS 90 (35.55% from 255) = 33.96%

R = 30.94%
G = 35.09%
B = 33.96%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.03

 K value IS 0.64

RGB Variations

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

Color information

#525D5A (or 0x525D5A) is known color: Viridian Green. HEX triplet: 52, 5D and 5A. RGB value is (82,93,90). Sum of RGB (Red+Green+Blue) = 82+93+90=265 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.94% from 265); Green value is 93 (36.72% from 255 or 35.09% from 265); Blue value is 90 (35.55% from 255 or 33.96% from 265); Max value from RGB is 93 - color contains mainly: green. Hex color #525D5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525D5A is #ADA2A5. Grayscale: #595959. Windows color (decimal): -11379366 or 5922130. OLE color: 5922130.

HSL color Cylindrical-coordinate representation of color #525D5A: hue angle of 163.64º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #525D5A is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.64.

Color convert

RGB 82 93 90 -
CMYK 0.12 0 0.03 0.64
HSL 163.64º 0.06% 0.34% -
HSV(B) 163.64º 0.12% 0.36% -
XYZ 9.24 10.36 11.19 -
YUV 89.37 128.36 122.74 -
System Red Green Blue C M Y K H S L
Decimal 82 93 90 0.12 0 0.03 0.64 163.64 0.06 0.34
Hex 52 5D 5A C 0 3 40 A4 6 22
Octal 122 135 132 14 0 3 100 244 6 42
Binary 1010010 1011101 1011010 1100 0 11 1000000 10100100 110 100010

Color Harmonies of #525D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525D5A

Black with #525D5A

Text Example


Text Example

White with #525D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525D5A; }

 p { color: rgb(82,93,90); }

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

background-color css

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

 a { background-color: rgb(82,93,90); }

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

border-color css

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

 span { border-color: rgb(82,93,90); }

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