#35630D

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

Shades of Verdun Green #35630D

Tints of Verdun Green #35630D

Color information

#35630D (or 0x35630D) is unknown color: approx Verdun Green. HEX triplet: 35, 63 and 0D. RGB value is (53,99,13). Sum of RGB (Red+Green+Blue) = 53+99+13=165 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.12% from 165); Green value is 99 (39.06% from 255 or 60% from 165); Blue value is 13 (5.47% from 255 or 7.88% from 165); Max value from RGB is 99 - color contains mainly: green. Hex color #35630D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #35630D is #CA9CF2. Grayscale: #4B4B4B. Windows color (decimal): -13278451 or 877365. OLE color: 877365.

HSL color Cylindrical-coordinate representation of color #35630D: hue angle of 92.09º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #35630D is Cyan = 0.46, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.61.

Color convert

RGB539913-
CMYK0.4600.870.61
HSL92.09º76.79%21.96%-
HSV(B)92.09º86.87%38.82%-
XYZ69.711.94-
YUV75.4492.76111.99-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.12%
GREEN value IS 99 (39.06% from 255) = 60%
BLUE value IS 13 (5.47% from 255) = 7.88%
R=32.12%
G=60%
B=7.88%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5399130.4600.870.6192.0976.7921.96
Hex3563D2E0573D5c4d16
Octal65143155601277513411526
Binary11010111000111101101110010101111111011011100100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35630D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35630D; }

 p { color: rgb(53,99,13); }

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

<style>
 a { background-color: #35630D; }

 a { background-color: rgb(53,99,13); }

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

<style>
 span { border-color: #35630D; }

 span { border-color: rgb(53,99,13); }

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