Html Css Color HEX #52635E Viridian Green

📋 copy color: '#52635E'

red 82 ◦ green 99 ◦ blue 94

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

Shades of Viridian Green #52635E

Tints of Viridian Green #52635E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36%

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

R = 29.82%
G = 36%
B = 34.18%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.05

 K value IS 0.61

RGB Variations

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

Color information

#52635E (or 0x52635E) is known color: Viridian Green. HEX triplet: 52, 63 and 5E. RGB value is (82,99,94). Sum of RGB (Red+Green+Blue) = 82+99+94=275 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.82% from 275); Green value is 99 (39.06% from 255 or 36% from 275); Blue value is 94 (37.11% from 255 or 34.18% from 275); Max value from RGB is 99 - color contains mainly: green. Hex color #52635E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52635E is #AD9CA1. Grayscale: #5D5D5D. Windows color (decimal): -11377826 or 6185810. OLE color: 6185810.

HSL color Cylindrical-coordinate representation of color #52635E: hue angle of 162.35º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #52635E is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB 82 99 94 -
CMYK 0.17 0 0.05 0.61
HSL 162.35º 0.09% 0.35% -
HSV(B) 162.35º 0.17% 0.39% -
XYZ 9.96 11.53 12.29 -
YUV 93.35 128.37 119.91 -
System Red Green Blue C M Y K H S L
Decimal 82 99 94 0.17 0 0.05 0.61 162.35 0.09 0.35
Hex 52 63 5E 11 0 5 3D A2 9 23
Octal 122 143 136 21 0 5 75 242 11 43
Binary 1010010 1100011 1011110 10001 0 101 111101 10100010 1001 100011

Color Harmonies of #52635E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52635E

Black with #52635E

Text Example


Text Example

White with #52635E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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