Html Css Color HEX #3F7103 Verdun Green

📋 copy color: '#3F7103'

red 63 ◦ green 113 ◦ blue 3

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

Shades of Verdun Green #3F7103

Tints of Verdun Green #3F7103

RGB

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

 GREEN value IS 113 (44.53% from 255) = 63.13%

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

R = 35.2%
G = 63.13%
B = 1.68%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#3F7103 (or 0x3F7103) is known color: Verdun Green. HEX triplet: 3F, 71 and 03. RGB value is (63,113,3). Sum of RGB (Red+Green+Blue) = 63+113+3=179 (23% of max value = 765). Red value is 63 (25% from 255 or 35.20% from 179); Green value is 113 (44.53% from 255 or 63.13% from 179); Blue value is 3 (1.56% from 255 or 1.68% from 179); Max value from RGB is 113 - color contains mainly: green. Hex color #3F7103 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F7103 is #C08EFC. Grayscale: #555555. Windows color (decimal): -12619517 or 225599. OLE color: 225599.

HSL color Cylindrical-coordinate representation of color #3F7103: hue angle of 87.27º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F7103 is Cyan = 0.44, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.56.

Color convert

RGB 63 113 3 -
CMYK 0.44 0 0.97 0.56
HSL 87.27º 0.95% 0.23% -
HSV(B) 87.27º 0.97% 0.44% -
XYZ 7.97 12.87 2.15 -
YUV 85.51 81.44 111.94 -
System Red Green Blue C M Y K H S L
Decimal 63 113 3 0.44 0 0.97 0.56 87.27 0.95 0.23
Hex 3F 71 3 2C 0 61 38 57 5F 17
Octal 77 161 3 54 0 141 70 127 137 27
Binary 111111 1110001 11 101100 0 1100001 111000 1010111 1011111 10111

Color Harmonies of #3F7103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7103

Black with #3F7103

Text Example


Text Example

White with #3F7103

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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