#3F4B08

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

Shades of Verdun Green #3F4B08

Tints of Verdun Green #3F4B08

Color information

#3F4B08 (or 0x3F4B08) is unknown color: approx Verdun Green. HEX triplet: 3F, 4B and 08. RGB value is (63,75,8). Sum of RGB (Red+Green+Blue) = 63+75+8=146 (19% of max value = 765). Red value is 63 (25% from 255 or 43.15% from 146); Green value is 75 (29.69% from 255 or 51.37% from 146); Blue value is 8 (3.52% from 255 or 5.48% from 146); Max value from RGB is 75 - color contains mainly: green. Hex color #3F4B08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F4B08 is #C0B4F7. Grayscale: #404040. Windows color (decimal): -12629240 or 543551. OLE color: 543551.

HSL color Cylindrical-coordinate representation of color #3F4B08: hue angle of 70.75º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3F4B08 is Cyan = 0.16, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.71.

Color convert

RGB63758-
CMYK0.1600.890.71
HSL70.75º80.72%16.27%-
HSV(B)70.75º89.33%29.41%-
XYZ4.616.111.17-
YUV63.7796.52127.45-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 43.15%
GREEN value IS 75 (29.69% from 255) = 51.37%
BLUE value IS 8 (3.52% from 255) = 5.48%
R=43.15%
G=51.37%
B=5.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal637580.1600.890.7170.7580.7216.27
Hex3F4B81005947475110
Octal771131020013110710712120
Binary11111110010111000100000101100110001111000111101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,75,8); }

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

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

 a { background-color: rgb(63,75,8); }

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

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

 span { border-color: rgb(63,75,8); }

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