Html Css Color HEX #52625A Viridian Green

📋 copy color: '#52625A'

red 82 ◦ green 98 ◦ blue 90

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

Shades of Viridian Green #52625A

Tints of Viridian Green #52625A

RGB

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

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

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

R = 30.37%
G = 36.3%
B = 33.33%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#52625A (or 0x52625A) is known color: Viridian Green. HEX triplet: 52, 62 and 5A. RGB value is (82,98,90). Sum of RGB (Red+Green+Blue) = 82+98+90=270 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.37% from 270); Green value is 98 (38.67% from 255 or 36.30% from 270); Blue value is 90 (35.55% from 255 or 33.33% from 270); Max value from RGB is 98 - color contains mainly: green. Hex color #52625A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52625A is #AD9DA5. Grayscale: #5C5C5C. Windows color (decimal): -11378086 or 5923410. OLE color: 5923410.

HSL color Cylindrical-coordinate representation of color #52625A: hue angle of 150º 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 #52625A is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 98 90 -
CMYK 0.16 0 0.08 0.62
HSL 150º 0.09% 0.35% -
HSV(B) 150º 0.16% 0.38% -
XYZ 9.69 11.27 11.34 -
YUV 92.3 126.7 120.65 -
System Red Green Blue C M Y K H S L
Decimal 82 98 90 0.16 0 0.08 0.62 150 0.09 0.35
Hex 52 62 5A 10 0 8 3E 96 9 23
Octal 122 142 132 20 0 10 76 226 11 43
Binary 1010010 1100010 1011010 10000 0 1000 111110 10010110 1001 100011

Color Harmonies of #52625A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52625A

Black with #52625A

Text Example


Text Example

White with #52625A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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