#35580E

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

Shades of Verdun Green #35580E

Tints of Verdun Green #35580E

Color information

#35580E (or 0x35580E) is unknown color: approx Verdun Green. HEX triplet: 35, 58 and 0E. RGB value is (53,88,14). Sum of RGB (Red+Green+Blue) = 53+88+14=155 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.19% from 155); Green value is 88 (34.77% from 255 or 56.77% from 155); Blue value is 14 (5.86% from 255 or 9.03% from 155); Max value from RGB is 88 - color contains mainly: green. Hex color #35580E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #35580E is #CAA7F1. Grayscale: #454545. Windows color (decimal): -13281266 or 940085. OLE color: 940085.

HSL color Cylindrical-coordinate representation of color #35580E: hue angle of 88.38º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #35580E is Cyan = 0.40, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB538814-
CMYK0.4000.840.65
HSL88.38º72.55%20%-
HSV(B)88.38º84.09%34.51%-
XYZ5.047.771.65-
YUV69.196.9116.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 34.19%
GREEN value IS 88 (34.77% from 255) = 56.77%
BLUE value IS 14 (5.86% from 255) = 9.03%
R=34.19%
G=56.77%
B=9.03%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5388140.4000.840.6588.3872.5520
Hex3558E2805441584914
Octal651301650012410113011124
Binary110101101100011101010000101010010000011011000100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35580E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,88,14); }

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

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

 a { background-color: rgb(53,88,14); }

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

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

 span { border-color: rgb(53,88,14); }

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