#525E0B

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

Shades of Verdun Green #525E0B

Tints of Verdun Green #525E0B

Color information

#525E0B (or 0x525E0B) is unknown color: approx Verdun Green. HEX triplet: 52, 5E and 0B. RGB value is (82,94,11). Sum of RGB (Red+Green+Blue) = 82+94+11=187 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.85% from 187); Green value is 94 (37.11% from 255 or 50.27% from 187); Blue value is 11 (4.69% from 255 or 5.88% from 187); Max value from RGB is 94 - color contains mainly: green. Hex color #525E0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525E0B is #ADA1F4. Grayscale: #515151. Windows color (decimal): -11379189 or 745042. OLE color: 745042.

HSL color Cylindrical-coordinate representation of color #525E0B: hue angle of 68.67º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #525E0B is Cyan = 0.13, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.63.

Color convert

RGB829411-
CMYK0.1300.880.63
HSL68.67º79.05%20.59%-
HSV(B)68.67º88.3%36.86%-
XYZ7.549.821.82-
YUV80.9588.52128.75-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 43.85%
GREEN value IS 94 (37.11% from 255) = 50.27%
BLUE value IS 11 (4.69% from 255) = 5.88%
R=43.85%
G=50.27%
B=5.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8294110.1300.880.6368.6779.0520.59
Hex525EBD0583F454f15
Octal122136131501307710511725
Binary1010010101111010111101010110001111111000101100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,94,11); }

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

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

 a { background-color: rgb(82,94,11); }

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

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

 span { border-color: rgb(82,94,11); }

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