#52540f

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

Shades of Verdun Green #52540F

Tints of Verdun Green #52540F

Color information

#52540F (or 0x52540F) is unknown color: approx Verdun Green. HEX triplet: 52, 54 and 0F. RGB value is (82,84,15). Sum of RGB (Red+Green+Blue) = 82+84+15=181 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.30% from 181); Green value is 84 (33.20% from 255 or 46.41% from 181); Blue value is 15 (6.25% from 255 or 8.29% from 181); Max value from RGB is 84 - color contains mainly: green. Hex color #52540F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #52540F is #ADABF0. Grayscale: #4B4B4B. Windows color (decimal): -11381745 or 1004626. OLE color: 1004626.

HSL color Cylindrical-coordinate representation of color #52540F: hue angle of 61.74º degrees, saturation: 0.7, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #52540F is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB828415-
CMYK0.0200.820.67
HSL61.74º69.7%19.41%-
HSV(B)61.74º82.14%32.94%-
XYZ6.748.171.67-
YUV75.5493.84132.61-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 45.30%
GREEN value IS 84 (33.20% from 255) = 46.41%
BLUE value IS 15 (6.25% from 255) = 8.29%
R=45.30%
G=46.41%
B=8.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8284150.0200.820.6761.7469.719.41
Hex5254F2052433e4613
Octal12212417201221037610623
Binary10100101010100111110010100101000011111110100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52540f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52540f; }

 p { color: rgb(82,84,15); }

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

<style>
 a { background-color: #52540f; }

 a { background-color: rgb(82,84,15); }

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

<style>
 span { border-color: #52540f; }

 span { border-color: rgb(82,84,15); }

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