Html Css Color HEX #3F4404 Verdun Green

📋 copy color: '#3F4404'

red 63 ◦ green 68 ◦ blue 4

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

Shades of Verdun Green #3F4404

Tints of Verdun Green #3F4404

RGB

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

 GREEN value IS 68 (26.95% from 255) = 50.37%

 BLUE value IS 4 (1.95% from 255) = 2.96%

R = 46.67%
G = 50.37%
B = 2.96%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.94

 K value IS 0.73

RGB Variations

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

Color information

#3F4404 (or 0x3F4404) is known color: Verdun Green. HEX triplet: 3F, 44 and 04. RGB value is (63,68,4). Sum of RGB (Red+Green+Blue) = 63+68+4=135 (17% of max value = 765). Red value is 63 (25% from 255 or 46.67% from 135); Green value is 68 (26.95% from 255 or 50.37% from 135); Blue value is 4 (1.95% from 255 or 2.96% from 135); Max value from RGB is 68 - color contains mainly: green. Hex color #3F4404 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F4404 is #C0BBFB. Grayscale: #3B3B3B. Windows color (decimal): -12631036 or 279615. OLE color: 279615.

HSL color Cylindrical-coordinate representation of color #3F4404: hue angle of 64.69º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3F4404 is Cyan = 0.07, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.73.

Color convert

RGB 63 68 4 -
CMYK 0.07 0 0.94 0.73
HSL 64.69º 0.89% 0.14% -
HSV(B) 64.69º 0.94% 0.27% -
XYZ 4.14 5.2 0.9 -
YUV 59.21 96.84 130.7 -
System Red Green Blue C M Y K H S L
Decimal 63 68 4 0.07 0 0.94 0.73 64.69 0.89 0.14
Hex 3F 44 4 7 0 5E 49 41 59 E
Octal 77 104 4 7 0 136 111 101 131 16
Binary 111111 1000100 100 111 0 1011110 1001001 1000001 1011001 1110

Color Harmonies of #3F4404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4404

Black with #3F4404

Text Example


Text Example

White with #3F4404

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,68,4); }

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

background-color css

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

 a { background-color: rgb(63,68,4); }

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

border-color css

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

 span { border-color: rgb(63,68,4); }

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