Html Css Color HEX #52605C Viridian Green

📋 copy color: '#52605C'

red 82 ◦ green 96 ◦ blue 92

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

Shades of Viridian Green #52605C

Tints of Viridian Green #52605C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.56%

 BLUE value IS 92 (36.33% from 255) = 34.07%

R = 30.37%
G = 35.56%
B = 34.07%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#52605C (or 0x52605C) is known color: Viridian Green. HEX triplet: 52, 60 and 5C. RGB value is (82,96,92). Sum of RGB (Red+Green+Blue) = 82+96+92=270 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.37% from 270); Green value is 96 (37.89% from 255 or 35.56% from 270); Blue value is 92 (36.33% from 255 or 34.07% from 270); Max value from RGB is 96 - color contains mainly: green. Hex color #52605C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52605C is #AD9FA3. Grayscale: #5B5B5B. Windows color (decimal): -11378596 or 6053970. OLE color: 6053970.

HSL color Cylindrical-coordinate representation of color #52605C: hue angle of 162.86º 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 #52605C is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 96 92 -
CMYK 0.15 0 0.04 0.62
HSL 162.86º 0.08% 0.35% -
HSV(B) 162.86º 0.15% 0.38% -
XYZ 9.59 10.93 11.73 -
YUV 91.36 128.36 121.33 -
System Red Green Blue C M Y K H S L
Decimal 82 96 92 0.15 0 0.04 0.62 162.86 0.08 0.35
Hex 52 60 5C F 0 4 3E A3 8 23
Octal 122 140 134 17 0 4 76 243 10 43
Binary 1010010 1100000 1011100 1111 0 100 111110 10100011 1000 100011

Color Harmonies of #52605C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52605C

Black with #52605C

Text Example


Text Example

White with #52605C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52605C; }

 p { color: rgb(82,96,92); }

 H1.HeaderClassName
 {
   color: #52605C;
 }
 .AnyTagClassName
 {
   color: #52605C;
 }
</style>

background-color css

<style>
 a { background-color: #52605C; }

 a { background-color: rgb(82,96,92); }

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

border-color css

<style>
 span { border-color: #52605C; }

 span { border-color: rgb(82,96,92); }

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