#3F480F

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

Shades of Verdun Green #3F480F

Tints of Verdun Green #3F480F

Color information

#3F480F (or 0x3F480F) is unknown color: approx Verdun Green. HEX triplet: 3F, 48 and 0F. RGB value is (63,72,15). Sum of RGB (Red+Green+Blue) = 63+72+15=150 (19% of max value = 765). Red value is 63 (25% from 255 or 42% from 150); Green value is 72 (28.52% from 255 or 48% from 150); Blue value is 15 (6.25% from 255 or 10% from 150); Max value from RGB is 72 - color contains mainly: green. Hex color #3F480F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F480F is #C0B7F0. Grayscale: #3F3F3F. Windows color (decimal): -12630001 or 1001535. OLE color: 1001535.

HSL color Cylindrical-coordinate representation of color #3F480F: hue angle of 69.47º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3F480F is Cyan = 0.12, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.72.

Color convert

RGB637215-
CMYK0.1200.790.72
HSL69.47º65.52%17.06%-
HSV(B)69.47º79.17%28.24%-
XYZ4.455.731.32-
YUV62.81101.02128.13-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 42%
GREEN value IS 72 (28.52% from 255) = 48%
BLUE value IS 15 (6.25% from 255) = 10%
R=42%
G=48%
B=10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6372150.1200.790.7269.4765.5217.06
Hex3F48FC04F48454211
Octal771101714011711010510221
Binary1111111001000111111000100111110010001000101100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F480F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,72,15); }

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

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

 a { background-color: rgb(63,72,15); }

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

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

 span { border-color: rgb(63,72,15); }

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