#525A09

Color #525A09 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #525A09

Tints of Verdun Green #525A09

Color information

#525A09 (or 0x525A09) is unknown color: approx Verdun Green. HEX triplet: 52, 5A and 09. RGB value is (82,90,9). Sum of RGB (Red+Green+Blue) = 82+90+9=181 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.30% from 181); Green value is 90 (35.55% from 255 or 49.72% from 181); Blue value is 9 (3.91% from 255 or 4.97% from 181); Max value from RGB is 90 - color contains mainly: green. Hex color #525A09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525A09 is #ADA5F6. Grayscale: #4E4E4E. Windows color (decimal): -11380215 or 612946. OLE color: 612946.

HSL color Cylindrical-coordinate representation of color #525A09: hue angle of 65.93º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #525A09 is Cyan = 0.09, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.65.

Color convert

RGB82909-
CMYK0.0900.90.65
HSL65.93º81.82%19.41%-
HSV(B)65.93º90%35.29%-
XYZ7.199.131.64-
YUV78.3788.85130.59-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 45.30%
GREEN value IS 90 (35.55% from 255) = 49.72%
BLUE value IS 9 (3.91% from 255) = 4.97%
R=45.30%
G=49.72%
B=4.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.9
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal829090.0900.90.6565.9381.8219.41
Hex525A9905A41425213
Octal1221321111013210110212223
Binary10100101011010100110010101101010000011000010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525A09; }

 p { color: rgb(82,90,9); }

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

<style>
 a { background-color: #525A09; }

 a { background-color: rgb(82,90,9); }

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

<style>
 span { border-color: #525A09; }

 span { border-color: rgb(82,90,9); }

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