Html Css Color HEX #52625E Viridian Green

📋 copy color: '#52625E'

red 82 ◦ green 98 ◦ blue 94

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

Shades of Viridian Green #52625E

Tints of Viridian Green #52625E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35.77%

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

R = 29.93%
G = 35.77%
B = 34.31%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#52625E (or 0x52625E) is known color: Viridian Green. HEX triplet: 52, 62 and 5E. RGB value is (82,98,94). Sum of RGB (Red+Green+Blue) = 82+98+94=274 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.93% from 274); Green value is 98 (38.67% from 255 or 35.77% from 274); Blue value is 94 (37.11% from 255 or 34.31% from 274); Max value from RGB is 98 - color contains mainly: green. Hex color #52625E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52625E is #AD9DA1. Grayscale: #5C5C5C. Windows color (decimal): -11378082 or 6185554. OLE color: 6185554.

HSL color Cylindrical-coordinate representation of color #52625E: hue angle of 165º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #52625E is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 98 94 -
CMYK 0.16 0 0.04 0.62
HSL 165º 0.09% 0.35% -
HSV(B) 165º 0.16% 0.38% -
XYZ 9.87 11.34 12.26 -
YUV 92.76 128.7 120.33 -
System Red Green Blue C M Y K H S L
Decimal 82 98 94 0.16 0 0.04 0.62 165 0.09 0.35
Hex 52 62 5E 10 0 4 3E A5 9 23
Octal 122 142 136 20 0 4 76 245 11 43
Binary 1010010 1100010 1011110 10000 0 100 111110 10100101 1001 100011

Color Harmonies of #52625E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52625E

Black with #52625E

Text Example


Text Example

White with #52625E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52625E; }

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

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

background-color css

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

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

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

border-color css

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

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

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