#35540A

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

Shades of Verdun Green #35540A

Tints of Verdun Green #35540A

Color information

#35540A (or 0x35540A) is unknown color: approx Verdun Green. HEX triplet: 35, 54 and 0A. RGB value is (53,84,10). Sum of RGB (Red+Green+Blue) = 53+84+10=147 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.05% from 147); Green value is 84 (33.20% from 255 or 57.14% from 147); Blue value is 10 (4.30% from 255 or 6.80% from 147); Max value from RGB is 84 - color contains mainly: green. Hex color #35540A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #35540A is #CAABF5. Grayscale: #424242. Windows color (decimal): -13282294 or 676917. OLE color: 676917.

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

Color convert

RGB538410-
CMYK0.3700.880.67
HSL85.14º78.72%18.43%-
HSV(B)85.14º88.1%32.94%-
XYZ4.697.121.41-
YUV66.396.23118.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.05%
GREEN value IS 84 (33.20% from 255) = 57.14%
BLUE value IS 10 (4.30% from 255) = 6.80%
R=36.05%
G=57.14%
B=6.80%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5384100.3700.880.6785.1478.7218.43
Hex3554A2505843554f12
Octal651241245013010312511722
Binary110101101010010101001010101100010000111010101100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35540A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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