Html Css Color HEX #52665B Viridian Green

📋 copy color: '#52665B'

red 82 ◦ green 102 ◦ blue 91

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

Shades of Viridian Green #52665B

Tints of Viridian Green #52665B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 33.09%

R = 29.82%
G = 37.09%
B = 33.09%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.11

 K value IS 0.6

RGB Variations

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

Color information

#52665B (or 0x52665B) is known color: Viridian Green. HEX triplet: 52, 66 and 5B. RGB value is (82,102,91). Sum of RGB (Red+Green+Blue) = 82+102+91=275 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.82% from 275); Green value is 102 (40.23% from 255 or 37.09% from 275); Blue value is 91 (35.94% from 255 or 33.09% from 275); Max value from RGB is 102 - color contains mainly: green. Hex color #52665B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52665B is #AD99A4. Grayscale: #5E5E5E. Windows color (decimal): -11377061 or 5989970. OLE color: 5989970.

HSL color Cylindrical-coordinate representation of color #52665B: hue angle of 147º 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 #52665B is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.6.

Color convert

RGB 82 102 91 -
CMYK 0.20 0 0.11 0.6
HSL 147º 0.11% 0.36% -
HSV(B) 147º 0.2% 0.4% -
XYZ 10.12 12.05 11.69 -
YUV 94.77 125.87 118.89 -
System Red Green Blue C M Y K H S L
Decimal 82 102 91 0.20 0 0.11 0.6 147 0.11 0.36
Hex 52 66 5B 14 0 B 3C 93 B 24
Octal 122 146 133 24 0 13 74 223 13 44
Binary 1010010 1100110 1011011 10100 0 1011 111100 10010011 1011 100100

Color Harmonies of #52665B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52665B

Black with #52665B

Text Example


Text Example

White with #52665B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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