Html Css Color HEX #52665D Viridian Green

📋 copy color: '#52665D'

red 82 ◦ green 102 ◦ blue 93

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

Shades of Viridian Green #52665D

Tints of Viridian Green #52665D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.82%

 BLUE value IS 93 (36.72% from 255) = 33.57%

R = 29.6%
G = 36.82%
B = 33.57%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.09

 K value IS 0.6

RGB Variations

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

Color information

#52665D (or 0x52665D) is known color: Viridian Green. HEX triplet: 52, 66 and 5D. RGB value is (82,102,93). Sum of RGB (Red+Green+Blue) = 82+102+93=277 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.60% from 277); Green value is 102 (40.23% from 255 or 36.82% from 277); Blue value is 93 (36.72% from 255 or 33.57% from 277); Max value from RGB is 102 - color contains mainly: green. Hex color #52665D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52665D is #AD99A2. Grayscale: #5F5F5F. Windows color (decimal): -11377059 or 6121042. OLE color: 6121042.

HSL color Cylindrical-coordinate representation of color #52665D: hue angle of 153º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #52665D is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.6.

Color convert

RGB 82 102 93 -
CMYK 0.20 0 0.09 0.6
HSL 153º 0.11% 0.36% -
HSV(B) 153º 0.2% 0.4% -
XYZ 10.21 12.09 12.15 -
YUV 94.99 126.87 118.73 -
System Red Green Blue C M Y K H S L
Decimal 82 102 93 0.20 0 0.09 0.6 153 0.11 0.36
Hex 52 66 5D 14 0 9 3C 99 B 24
Octal 122 146 135 24 0 11 74 231 13 44
Binary 1010010 1100110 1011101 10100 0 1001 111100 10011001 1011 100100

Color Harmonies of #52665D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52665D

Black with #52665D

Text Example


Text Example

White with #52665D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52665D; }

 p { color: rgb(82,102,93); }

 H1.HeaderClassName
 {
   color: #52665D;
 }
 .AnyTagClassName
 {
   color: #52665D;
 }
</style>

background-color css

<style>
 a { background-color: #52665D; }

 a { background-color: rgb(82,102,93); }

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

border-color css

<style>
 span { border-color: #52665D; }

 span { border-color: rgb(82,102,93); }

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