Html Css Color HEX #3F4409 Verdun Green

📋 copy color: '#3F4409'

red 63 ◦ green 68 ◦ blue 9

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

Shades of Verdun Green #3F4409

Tints of Verdun Green #3F4409

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 6.43%

R = 45%
G = 48.57%
B = 6.43%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.87

 K value IS 0.73

RGB Variations

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

Color information

#3F4409 (or 0x3F4409) is known color: Verdun Green. HEX triplet: 3F, 44 and 09. RGB value is (63,68,9). Sum of RGB (Red+Green+Blue) = 63+68+9=140 (18% of max value = 765). Red value is 63 (25% from 255 or 45% from 140); Green value is 68 (26.95% from 255 or 48.57% from 140); Blue value is 9 (3.91% from 255 or 6.43% from 140); Max value from RGB is 68 - color contains mainly: green. Hex color #3F4409 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F4409 is #C0BBF6. Grayscale: #3C3C3C. Windows color (decimal): -12631031 or 607295. OLE color: 607295.

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

Color convert

RGB 63 68 9 -
CMYK 0.07 0 0.87 0.73
HSL 65.08º 0.77% 0.15% -
HSV(B) 65.08º 0.87% 0.27% -
XYZ 4.17 5.21 1.04 -
YUV 59.78 99.34 130.3 -
System Red Green Blue C M Y K H S L
Decimal 63 68 9 0.07 0 0.87 0.73 65.08 0.77 0.15
Hex 3F 44 9 7 0 57 49 41 4D F
Octal 77 104 11 7 0 127 111 101 115 17
Binary 111111 1000100 1001 111 0 1010111 1001001 1000001 1001101 1111

Color Harmonies of #3F4409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4409

Black with #3F4409

Text Example


Text Example

White with #3F4409

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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