Html Css Color HEX #52615A Viridian Green

📋 copy color: '#52615A'

red 82 ◦ green 97 ◦ blue 90

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

Shades of Viridian Green #52615A

Tints of Viridian Green #52615A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.06%

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

R = 30.48%
G = 36.06%
B = 33.46%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#52615A (or 0x52615A) is known color: Viridian Green. HEX triplet: 52, 61 and 5A. RGB value is (82,97,90). Sum of RGB (Red+Green+Blue) = 82+97+90=269 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.48% from 269); Green value is 97 (38.28% from 255 or 36.06% from 269); Blue value is 90 (35.55% from 255 or 33.46% from 269); Max value from RGB is 97 - color contains mainly: green. Hex color #52615A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52615A is #AD9EA5. Grayscale: #5B5B5B. Windows color (decimal): -11378342 or 5923154. OLE color: 5923154.

HSL color Cylindrical-coordinate representation of color #52615A: hue angle of 152º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #52615A is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 97 90 -
CMYK 0.15 0 0.07 0.62
HSL 152º 0.08% 0.35% -
HSV(B) 152º 0.15% 0.38% -
XYZ 9.6 11.08 11.31 -
YUV 91.72 127.03 121.07 -
System Red Green Blue C M Y K H S L
Decimal 82 97 90 0.15 0 0.07 0.62 152 0.08 0.35
Hex 52 61 5A F 0 7 3E 98 8 23
Octal 122 141 132 17 0 7 76 230 10 43
Binary 1010010 1100001 1011010 1111 0 111 111110 10011000 1000 100011

Color Harmonies of #52615A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52615A

Black with #52615A

Text Example


Text Example

White with #52615A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52615A; }

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

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

background-color css

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

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

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

border-color css

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

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

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