#52550E

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

Shades of Verdun Green #52550E

Tints of Verdun Green #52550E

Color information

#52550E (or 0x52550E) is unknown color: approx Verdun Green. HEX triplet: 52, 55 and 0E. RGB value is (82,85,14). Sum of RGB (Red+Green+Blue) = 82+85+14=181 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.30% from 181); Green value is 85 (33.59% from 255 or 46.96% from 181); Blue value is 14 (5.86% from 255 or 7.73% from 181); Max value from RGB is 85 - color contains mainly: green. Hex color #52550E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #52550E is #ADAAF1. Grayscale: #4C4C4C. Windows color (decimal): -11381490 or 939346. OLE color: 939346.

HSL color Cylindrical-coordinate representation of color #52550E: hue angle of 62.54º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #52550E is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB828514-
CMYK0.0400.840.67
HSL62.54º71.72%19.41%-
HSV(B)62.54º83.53%33.33%-
XYZ6.818.321.66-
YUV76.0193.01132.27-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 45.30%
GREEN value IS 85 (33.59% from 255) = 46.96%
BLUE value IS 14 (5.86% from 255) = 7.73%
R=45.30%
G=46.96%
B=7.73%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8285140.0400.840.6762.5471.7219.41
Hex5255E4054433f4813
Octal12212516401241037711023
Binary101001010101011110100010101001000011111111100100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52550E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52550E; }

 p { color: rgb(82,85,14); }

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

<style>
 a { background-color: #52550E; }

 a { background-color: rgb(82,85,14); }

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

<style>
 span { border-color: #52550E; }

 span { border-color: rgb(82,85,14); }

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