Html Css Color HEX #3F5709 Verdun Green

📋 copy color: '#3F5709'

red 63 ◦ green 87 ◦ blue 9

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

Shades of Verdun Green #3F5709

Tints of Verdun Green #3F5709

RGB

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

 GREEN value IS 87 (34.38% from 255) = 54.72%

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

R = 39.62%
G = 54.72%
B = 5.66%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.90

 K value IS 0.66

RGB Variations

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

Color information

#3F5709 (or 0x3F5709) is known color: Verdun Green. HEX triplet: 3F, 57 and 09. RGB value is (63,87,9). Sum of RGB (Red+Green+Blue) = 63+87+9=159 (21% of max value = 765). Red value is 63 (25% from 255 or 39.62% from 159); Green value is 87 (34.38% from 255 or 54.72% from 159); Blue value is 9 (3.91% from 255 or 5.66% from 159); Max value from RGB is 87 - color contains mainly: green. Hex color #3F5709 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F5709 is #C0A8F6. Grayscale: #474747. Windows color (decimal): -12626167 or 612159. OLE color: 612159.

HSL color Cylindrical-coordinate representation of color #3F5709: hue angle of 78.46º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3F5709 is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.66.

Color convert

RGB 63 87 9 -
CMYK 0.28 0 0.90 0.66
HSL 78.46º 0.81% 0.19% -
HSV(B) 78.46º 0.9% 0.34% -
XYZ 5.51 7.89 1.49 -
YUV 70.93 93.05 122.34 -
System Red Green Blue C M Y K H S L
Decimal 63 87 9 0.28 0 0.90 0.66 78.46 0.81 0.19
Hex 3F 57 9 1C 0 5A 42 4E 51 13
Octal 77 127 11 34 0 132 102 116 121 23
Binary 111111 1010111 1001 11100 0 1011010 1000010 1001110 1010001 10011

Color Harmonies of #3F5709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5709

Black with #3F5709

Text Example


Text Example

White with #3F5709

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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