#3D5008

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

Shades of Verdun Green #3D5008

Tints of Verdun Green #3D5008

Color information

#3D5008 (or 0x3D5008) is unknown color: approx Verdun Green. HEX triplet: 3D, 50 and 08. RGB value is (61,80,8). Sum of RGB (Red+Green+Blue) = 61+80+8=149 (19% of max value = 765). Red value is 61 (24.22% from 255 or 40.94% from 149); Green value is 80 (31.64% from 255 or 53.69% from 149); Blue value is 8 (3.52% from 255 or 5.37% from 149); Max value from RGB is 80 - color contains mainly: green. Hex color #3D5008 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D5008 is #C2AFF7. Grayscale: #424242. Windows color (decimal): -12759032 or 544829. OLE color: 544829.

HSL color Cylindrical-coordinate representation of color #3D5008: hue angle of 75.83º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3D5008 is Cyan = 0.24, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.69.

Color convert

RGB61808-
CMYK0.2400.900.69
HSL75.83º81.82%17.25%-
HSV(B)75.83º90%31.37%-
XYZ4.846.751.28-
YUV66.1195.21124.35-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 40.94%
GREEN value IS 80 (31.64% from 255) = 53.69%
BLUE value IS 8 (3.52% from 255) = 5.37%
R=40.94%
G=53.69%
B=5.37%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal618080.2400.900.6975.8381.8217.25
Hex3D5081805A454c5211
Octal751201030013210511412221
Binary11110110100001000110000101101010001011001100101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D5008; }

 p { color: rgb(61,80,8); }

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

<style>
 a { background-color: #3D5008; }

 a { background-color: rgb(61,80,8); }

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

<style>
 span { border-color: #3D5008; }

 span { border-color: rgb(61,80,8); }

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