#526B5F

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

Shades of Viridian Green #526B5F

Tints of Viridian Green #526B5F

Color information

#526B5F (or 0x526B5F) is unknown color: approx Viridian Green. HEX triplet: 52, 6B and 5F. RGB value is (82,107,95). Sum of RGB (Red+Green+Blue) = 82+107+95=284 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.87% from 284); Green value is 107 (42.19% from 255 or 37.68% from 284); Blue value is 95 (37.5% from 255 or 33.45% from 284); Max value from RGB is 107 - color contains mainly: green. Hex color #526B5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526B5F is #AD94A0. Grayscale: #626262. Windows color (decimal): -11375777 or 6253394. OLE color: 6253394.

HSL color Cylindrical-coordinate representation of color #526B5F: hue angle of 151.2º 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 #526B5F is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.58.

Color convert

RGB8210795-
CMYK0.2300.110.58
HSL151.2º13.23%37.06%-
HSV(B)151.2º23.36%41.96%-
XYZ10.813.1412.79-
YUV98.16126.22116.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.87%
GREEN value IS 107 (42.19% from 255) = 37.68%
BLUE value IS 95 (37.5% from 255) = 33.45%
R=28.87%
G=37.68%
B=33.45%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82107950.2300.110.58151.213.2337.06
Hex526B5F170B3A97d25
Octal12215313727013722271545
Binary1010010110101110111111011101011111010100101111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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