#35540B

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

Shades of Verdun Green #35540B

Tints of Verdun Green #35540B

Color information

#35540B (or 0x35540B) is unknown color: approx Verdun Green. HEX triplet: 35, 54 and 0B. RGB value is (53,84,11). Sum of RGB (Red+Green+Blue) = 53+84+11=148 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.81% from 148); Green value is 84 (33.20% from 255 or 56.76% from 148); Blue value is 11 (4.69% from 255 or 7.43% from 148); Max value from RGB is 84 - color contains mainly: green. Hex color #35540B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #35540B is #CAABF4. Grayscale: #424242. Windows color (decimal): -13282293 or 742453. OLE color: 742453.

HSL color Cylindrical-coordinate representation of color #35540B: hue angle of 85.48º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #35540B is Cyan = 0.37, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.

Color convert

RGB538411-
CMYK0.3700.870.67
HSL85.48º76.84%18.63%-
HSV(B)85.48º86.9%32.94%-
XYZ4.77.121.44-
YUV66.4196.73118.44-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 35.81%
GREEN value IS 84 (33.20% from 255) = 56.76%
BLUE value IS 11 (4.69% from 255) = 7.43%
R=35.81%
G=56.76%
B=7.43%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5384110.3700.870.6785.4876.8418.63
Hex3554B2505743554d13
Octal651241345012710312511523
Binary110101101010010111001010101011110000111010101100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35540B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35540B; }

 p { color: rgb(53,84,11); }

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

<style>
 a { background-color: #35540B; }

 a { background-color: rgb(53,84,11); }

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

<style>
 span { border-color: #35540B; }

 span { border-color: rgb(53,84,11); }

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