Html Css Color HEX #3F480E Verdun Green

📋 copy color: '#3F480E'

red 63 ◦ green 72 ◦ blue 14

#3F480E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #3F480E

Tints of Verdun Green #3F480E

RGB

 RED value IS 63 (25% from 255) = 42.28%

 GREEN value IS 72 (28.52% from 255) = 48.32%

 BLUE value IS 14 (5.86% from 255) = 9.4%

R = 42.28%
G = 48.32%
B = 9.4%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.81

 K value IS 0.72

RGB Variations

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

Color information

#3F480E (or 0x3F480E) is known color: Verdun Green. HEX triplet: 3F, 48 and 0E. RGB value is (63,72,14). Sum of RGB (Red+Green+Blue) = 63+72+14=149 (19% of max value = 765). Red value is 63 (25% from 255 or 42.28% from 149); Green value is 72 (28.52% from 255 or 48.32% from 149); Blue value is 14 (5.86% from 255 or 9.40% from 149); Max value from RGB is 72 - color contains mainly: green. Hex color #3F480E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F480E is #C0B7F1. Grayscale: #3E3E3E. Windows color (decimal): -12630002 or 935999. OLE color: 935999.

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

Color convert

RGB 63 72 14 -
CMYK 0.12 0 0.81 0.72
HSL 69.31º 0.67% 0.17% -
HSV(B) 69.31º 0.81% 0.28% -
XYZ 4.45 5.72 1.29 -
YUV 62.7 100.52 128.22 -
System Red Green Blue C M Y K H S L
Decimal 63 72 14 0.12 0 0.81 0.72 69.31 0.67 0.17
Hex 3F 48 E C 0 51 48 45 43 11
Octal 77 110 16 14 0 121 110 105 103 21
Binary 111111 1001000 1110 1100 0 1010001 1001000 1000101 1000011 10001

Color Harmonies of #3F480E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F480E

Black with #3F480E

Text Example


Text Example

White with #3F480E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3F480E;
 }
 .AnyTagClassName
 {
   color: #3F480E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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