#3F4305

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

Shades of Verdun Green #3F4305

Tints of Verdun Green #3F4305

Color information

#3F4305 (or 0x3F4305) is unknown color: approx Verdun Green. HEX triplet: 3F, 43 and 05. RGB value is (63,67,5). Sum of RGB (Red+Green+Blue) = 63+67+5=135 (17% of max value = 765). Red value is 63 (25% from 255 or 46.67% from 135); Green value is 67 (26.56% from 255 or 49.63% from 135); Blue value is 5 (2.34% from 255 or 3.70% from 135); Max value from RGB is 67 - color contains mainly: green. Hex color #3F4305 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F4305 is #C0BCFA. Grayscale: #3A3A3A. Windows color (decimal): -12631291 or 344895. OLE color: 344895.

HSL color Cylindrical-coordinate representation of color #3F4305: hue angle of 63.87º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3F4305 is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.74.

Color convert

RGB63675-
CMYK0.0600.930.74
HSL63.87º86.11%14.12%-
HSV(B)63.87º92.54%26.27%-
XYZ4.085.080.91-
YUV58.7497.67131.04-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 46.67%
GREEN value IS 67 (26.56% from 255) = 49.63%
BLUE value IS 5 (2.34% from 255) = 3.70%
R=46.67%
G=49.63%
B=3.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal636750.0600.930.7463.8786.1114.12
Hex3F435605D4A4056e
Octal7710356013511210012616
Binary1111111000011101110010111011001010100000010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,67,5); }

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

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

 a { background-color: rgb(63,67,5); }

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

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

 span { border-color: rgb(63,67,5); }

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