Html Css Color HEX #3F5603 Verdun Green

📋 copy color: '#3F5603'

red 63 ◦ green 86 ◦ blue 3

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

Shades of Verdun Green #3F5603

Tints of Verdun Green #3F5603

RGB

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

 GREEN value IS 86 (33.98% from 255) = 56.58%

 BLUE value IS 3 (1.56% from 255) = 1.97%

R = 41.45%
G = 56.58%
B = 1.97%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.97

 K value IS 0.66

RGB Variations

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

Color information

#3F5603 (or 0x3F5603) is known color: Verdun Green. HEX triplet: 3F, 56 and 03. RGB value is (63,86,3). Sum of RGB (Red+Green+Blue) = 63+86+3=152 (20% of max value = 765). Red value is 63 (25% from 255 or 41.45% from 152); Green value is 86 (33.98% from 255 or 56.58% from 152); Blue value is 3 (1.56% from 255 or 1.97% from 152); Max value from RGB is 86 - color contains mainly: green. Hex color #3F5603 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F5603 is #C0A9FC. Grayscale: #454545. Windows color (decimal): -12626429 or 218687. OLE color: 218687.

HSL color Cylindrical-coordinate representation of color #3F5603: hue angle of 76.63º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F5603 is Cyan = 0.27, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.66.

Color convert

RGB 63 86 3 -
CMYK 0.27 0 0.97 0.66
HSL 76.63º 0.93% 0.17% -
HSV(B) 76.63º 0.97% 0.34% -
XYZ 5.39 7.72 1.29 -
YUV 69.66 90.38 123.25 -
System Red Green Blue C M Y K H S L
Decimal 63 86 3 0.27 0 0.97 0.66 76.63 0.93 0.17
Hex 3F 56 3 1B 0 61 42 4D 5D 11
Octal 77 126 3 33 0 141 102 115 135 21
Binary 111111 1010110 11 11011 0 1100001 1000010 1001101 1011101 10001

Color Harmonies of #3F5603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5603

Black with #3F5603

Text Example


Text Example

White with #3F5603

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,86,3); }

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

background-color css

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

 a { background-color: rgb(63,86,3); }

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

border-color css

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

 span { border-color: rgb(63,86,3); }

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