#35540F

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

Shades of Verdun Green #35540F

Tints of Verdun Green #35540F

Color information

#35540F (or 0x35540F) is unknown color: approx Verdun Green. HEX triplet: 35, 54 and 0F. RGB value is (53,84,15). Sum of RGB (Red+Green+Blue) = 53+84+15=152 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.87% from 152); Green value is 84 (33.20% from 255 or 55.26% from 152); Blue value is 15 (6.25% from 255 or 9.87% from 152); Max value from RGB is 84 - color contains mainly: green. Hex color #35540F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #35540F is #CAABF0. Grayscale: #434343. Windows color (decimal): -13282289 or 1004597. OLE color: 1004597.

HSL color Cylindrical-coordinate representation of color #35540F: hue angle of 86.96º 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 #35540F is Cyan = 0.37, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB538415-
CMYK0.3700.820.67
HSL86.96º69.7%19.41%-
HSV(B)86.96º82.14%32.94%-
XYZ4.727.131.58-
YUV66.8698.73118.11-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 34.87%
GREEN value IS 84 (33.20% from 255) = 55.26%
BLUE value IS 15 (6.25% from 255) = 9.87%
R=34.87%
G=55.26%
B=9.87%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5384150.3700.820.6786.9669.719.41
Hex3554F2505243574613
Octal651241745012210312710623
Binary110101101010011111001010101001010000111010111100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35540F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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