Html Css Color HEX #3F7005 Verdun Green

📋 copy color: '#3F7005'

red 63 ◦ green 112 ◦ blue 5

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

Shades of Verdun Green #3F7005

Tints of Verdun Green #3F7005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.78%

R = 35%
G = 62.22%
B = 2.78%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#3F7005 (or 0x3F7005) is known color: Verdun Green. HEX triplet: 3F, 70 and 05. RGB value is (63,112,5). Sum of RGB (Red+Green+Blue) = 63+112+5=180 (23% of max value = 765). Red value is 63 (25% from 255 or 35% from 180); Green value is 112 (44.14% from 255 or 62.22% from 180); Blue value is 5 (2.34% from 255 or 2.78% from 180); Max value from RGB is 112 - color contains mainly: green. Hex color #3F7005 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F7005 is #C08FFA. Grayscale: #555555. Windows color (decimal): -12619771 or 356415. OLE color: 356415.

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

Color convert

RGB 63 112 5 -
CMYK 0.44 0 0.96 0.56
HSL 87.48º 0.91% 0.23% -
HSV(B) 87.48º 0.96% 0.44% -
XYZ 7.87 12.66 2.17 -
YUV 85.15 82.77 112.2 -
System Red Green Blue C M Y K H S L
Decimal 63 112 5 0.44 0 0.96 0.56 87.48 0.91 0.23
Hex 3F 70 5 2C 0 60 38 57 5B 17
Octal 77 160 5 54 0 140 70 127 133 27
Binary 111111 1110000 101 101100 0 1100000 111000 1010111 1011011 10111

Color Harmonies of #3F7005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7005

Black with #3F7005

Text Example


Text Example

White with #3F7005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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