Html Css Color HEX #3F4808 Verdun Green

📋 copy color: '#3F4808'

red 63 ◦ green 72 ◦ blue 8

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

Shades of Verdun Green #3F4808

Tints of Verdun Green #3F4808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.59%

R = 44.06%
G = 50.35%
B = 5.59%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.89

 K value IS 0.72

RGB Variations

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

Color information

#3F4808 (or 0x3F4808) is known color: Verdun Green. HEX triplet: 3F, 48 and 08. RGB value is (63,72,8). Sum of RGB (Red+Green+Blue) = 63+72+8=143 (18% of max value = 765). Red value is 63 (25% from 255 or 44.06% from 143); Green value is 72 (28.52% from 255 or 50.35% from 143); Blue value is 8 (3.52% from 255 or 5.59% from 143); Max value from RGB is 72 - color contains mainly: green. Hex color #3F4808 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F4808 is #C0B7F7. Grayscale: #3E3E3E. Windows color (decimal): -12630008 or 542783. OLE color: 542783.

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

Color convert

RGB 63 72 8 -
CMYK 0.12 0 0.89 0.72
HSL 68.44º 0.8% 0.16% -
HSV(B) 68.44º 0.89% 0.28% -
XYZ 4.41 5.71 1.1 -
YUV 62.01 97.52 128.7 -
System Red Green Blue C M Y K H S L
Decimal 63 72 8 0.12 0 0.89 0.72 68.44 0.8 0.16
Hex 3F 48 8 C 0 59 48 44 50 10
Octal 77 110 10 14 0 131 110 104 120 20
Binary 111111 1001000 1000 1100 0 1011001 1001000 1000100 1010000 10000

Color Harmonies of #3F4808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4808

Black with #3F4808

Text Example


Text Example

White with #3F4808

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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