#526B62

Color #526B62 Viridian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian Green #526B62

Tints of Viridian Green #526B62

Color information

#526B62 (or 0x526B62) is unknown color: approx Viridian Green. HEX triplet: 52, 6B and 62. RGB value is (82,107,98). Sum of RGB (Red+Green+Blue) = 82+107+98=287 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.57% from 287); Green value is 107 (42.19% from 255 or 37.28% from 287); Blue value is 98 (38.67% from 255 or 34.15% from 287); Max value from RGB is 107 - color contains mainly: green. Hex color #526B62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526B62 is #AD949D. Grayscale: #626262. Windows color (decimal): -11375774 or 6450002. OLE color: 6450002.

HSL color Cylindrical-coordinate representation of color #526B62: hue angle of 158.4º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #526B62 is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.58.

Color convert

RGB8210798-
CMYK0.2300.080.58
HSL158.4º13.23%37.06%-
HSV(B)158.4º23.36%41.96%-
XYZ10.9413.1913.52-
YUV98.5127.72116.23-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.57%
GREEN value IS 107 (42.19% from 255) = 37.28%
BLUE value IS 98 (38.67% from 255) = 34.15%
R=28.57%
G=37.28%
B=34.15%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82107980.2300.080.58158.413.2337.06
Hex526B6217083A9ed25
Octal12215314227010722361545
Binary1010010110101111000101011101000111010100111101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526B62; }

 p { color: rgb(82,107,98); }

 H1.HeaderClassName
 {
   color: #526B62;
 }
 .AnyTagClassName
 {
   color: #526B62;
 }
</style>
background-color css

<style>
 a { background-color: #526B62; }

 a { background-color: rgb(82,107,98); }

 div.DivClassName
 {
   background-color: #526B62;
 }
 .BgClassName
 {
   background-color: #526B62;
 }
</style>
border-color css

<style>
 span { border-color: #526B62; }

 span { border-color: rgb(82,107,98); }

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