Html Css Color HEX #3F7300 Verdun Green

📋 copy color: '#3F7300'

red 63 ◦ green 115 ◦ blue 0

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

Shades of Verdun Green #3F7300

Tints of Verdun Green #3F7300

RGB

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

 GREEN value IS 115 (45.31% from 255) = 64.61%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 35.39%
G = 64.61%
B = 0%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#3F7300 (or 0x3F7300) is known color: Verdun Green. HEX triplet: 3F, 73 and 00. RGB value is (63,115,0). Sum of RGB (Red+Green+Blue) = 63+115+0=178 (23% of max value = 765). Red value is 63 (25% from 255 or 35.39% from 178); Green value is 115 (45.31% from 255 or 64.61% from 178); Blue value is 0 (0.39% from 255 or 0% from 178); Max value from RGB is 115 - color contains mainly: green. Hex color #3F7300 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F7300 is #C08CFF. Grayscale: #565656. Windows color (decimal): -12619008 or 29503. OLE color: 29503.

HSL color Cylindrical-coordinate representation of color #3F7300: hue angle of 87.13º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3F7300 is Cyan = 0.45, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB 63 115 0 -
CMYK 0.45 0 1 0.55
HSL 87.13º 1% 0.23% -
HSV(B) 87.13º 1% 0.45% -
XYZ 8.18 13.32 2.14 -
YUV 86.34 79.27 111.35 -
System Red Green Blue C M Y K H S L
Decimal 63 115 0 0.45 0 1 0.55 87.13 1 0.23
Hex 3F 73 0 2D 0 64 37 57 64 17
Octal 77 163 0 55 0 144 67 127 144 27
Binary 111111 1110011 0 101101 0 1100100 110111 1010111 1100100 10111

Color Harmonies of #3F7300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7300

Black with #3F7300

Text Example


Text Example

White with #3F7300

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,115,0); }

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

background-color css

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

 a { background-color: rgb(63,115,0); }

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

border-color css

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

 span { border-color: rgb(63,115,0); }

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