#35550E

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

Shades of Verdun Green #35550E

Tints of Verdun Green #35550E

Color information

#35550E (or 0x35550E) is unknown color: approx Verdun Green. HEX triplet: 35, 55 and 0E. RGB value is (53,85,14). Sum of RGB (Red+Green+Blue) = 53+85+14=152 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.87% from 152); Green value is 85 (33.59% from 255 or 55.92% from 152); Blue value is 14 (5.86% from 255 or 9.21% from 152); Max value from RGB is 85 - color contains mainly: green. Hex color #35550E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #35550E is #CAAAF1. Grayscale: #434343. Windows color (decimal): -13282034 or 939317. OLE color: 939317.

HSL color Cylindrical-coordinate representation of color #35550E: hue angle of 87.04º 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 #35550E is Cyan = 0.38, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB538514-
CMYK0.3800.840.67
HSL87.04º71.72%19.41%-
HSV(B)87.04º83.53%33.33%-
XYZ4.87.291.57-
YUV67.3497.9117.77-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 34.87%
GREEN value IS 85 (33.59% from 255) = 55.92%
BLUE value IS 14 (5.86% from 255) = 9.21%
R=34.87%
G=55.92%
B=9.21%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5385140.3800.840.6787.0471.7219.41
Hex3555E2605443574813
Octal651251646012410312711023
Binary110101101010111101001100101010010000111010111100100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35550E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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