Html Css Color HEX #52665C Viridian Green

📋 copy color: '#52665C'

red 82 ◦ green 102 ◦ blue 92

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

Shades of Viridian Green #52665C

Tints of Viridian Green #52665C

RGB

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

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

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

R = 29.71%
G = 36.96%
B = 33.33%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.10

 K value IS 0.6

RGB Variations

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

Color information

#52665C (or 0x52665C) is known color: Viridian Green. HEX triplet: 52, 66 and 5C. RGB value is (82,102,92). Sum of RGB (Red+Green+Blue) = 82+102+92=276 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.71% from 276); Green value is 102 (40.23% from 255 or 36.96% from 276); Blue value is 92 (36.33% from 255 or 33.33% from 276); Max value from RGB is 102 - color contains mainly: green. Hex color #52665C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52665C is #AD99A3. Grayscale: #5E5E5E. Windows color (decimal): -11377060 or 6055506. OLE color: 6055506.

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

Color convert

RGB 82 102 92 -
CMYK 0.20 0 0.10 0.6
HSL 150º 0.11% 0.36% -
HSV(B) 150º 0.2% 0.4% -
XYZ 10.16 12.07 11.92 -
YUV 94.88 126.37 118.81 -
System Red Green Blue C M Y K H S L
Decimal 82 102 92 0.20 0 0.10 0.6 150 0.11 0.36
Hex 52 66 5C 14 0 A 3C 96 B 24
Octal 122 146 134 24 0 12 74 226 13 44
Binary 1010010 1100110 1011100 10100 0 1010 111100 10010110 1011 100100

Color Harmonies of #52665C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52665C

Black with #52665C

Text Example


Text Example

White with #52665C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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