Html Css Color HEX #3F7003 Verdun Green

📋 copy color: '#3F7003'

red 63 ◦ green 112 ◦ blue 3

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

Shades of Verdun Green #3F7003

Tints of Verdun Green #3F7003

RGB

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

 GREEN value IS 112 (44.14% from 255) = 62.92%

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

R = 35.39%
G = 62.92%
B = 1.69%

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

#3F7003 (or 0x3F7003) is known color: Verdun Green. HEX triplet: 3F, 70 and 03. RGB value is (63,112,3). Sum of RGB (Red+Green+Blue) = 63+112+3=178 (23% of max value = 765). Red value is 63 (25% from 255 or 35.39% from 178); Green value is 112 (44.14% from 255 or 62.92% from 178); Blue value is 3 (1.56% from 255 or 1.69% from 178); Max value from RGB is 112 - color contains mainly: green. Hex color #3F7003 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F7003 is #C08FFC. Grayscale: #555555. Windows color (decimal): -12619773 or 225343. OLE color: 225343.

HSL color Cylindrical-coordinate representation of color #3F7003: hue angle of 86.97º 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 #3F7003 is Cyan = 0.44, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.56.

Color convert

RGB 63 112 3 -
CMYK 0.44 0 0.97 0.56
HSL 86.97º 0.95% 0.23% -
HSV(B) 86.97º 0.97% 0.44% -
XYZ 7.86 12.65 2.11 -
YUV 84.92 81.77 112.36 -
System Red Green Blue C M Y K H S L
Decimal 63 112 3 0.44 0 0.97 0.56 86.97 0.95 0.23
Hex 3F 70 3 2C 0 61 38 57 5F 17
Octal 77 160 3 54 0 141 70 127 137 27
Binary 111111 1110000 11 101100 0 1100001 111000 1010111 1011111 10111

Color Harmonies of #3F7003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7003

Black with #3F7003

Text Example


Text Example

White with #3F7003

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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