Html Css Color HEX #3F4602 Verdun Green

📋 copy color: '#3F4602'

red 63 ◦ green 70 ◦ blue 2

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

Shades of Verdun Green #3F4602

Tints of Verdun Green #3F4602

RGB

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

 GREEN value IS 70 (27.73% from 255) = 51.85%

 BLUE value IS 2 (1.17% from 255) = 1.48%

R = 46.67%
G = 51.85%
B = 1.48%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.97

 K value IS 0.73

RGB Variations

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

Color information

#3F4602 (or 0x3F4602) is known color: Verdun Green. HEX triplet: 3F, 46 and 02. RGB value is (63,70,2). Sum of RGB (Red+Green+Blue) = 63+70+2=135 (17% of max value = 765). Red value is 63 (25% from 255 or 46.67% from 135); Green value is 70 (27.73% from 255 or 51.85% from 135); Blue value is 2 (1.17% from 255 or 1.48% from 135); Max value from RGB is 70 - color contains mainly: green. Hex color #3F4602 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F4602 is #C0B9FD. Grayscale: #3C3C3C. Windows color (decimal): -12630526 or 149055. OLE color: 149055.

HSL color Cylindrical-coordinate representation of color #3F4602: hue angle of 66.18º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F4602 is Cyan = 0.10, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.73.

Color convert

RGB 63 70 2 -
CMYK 0.10 0 0.97 0.73
HSL 66.18º 0.94% 0.14% -
HSV(B) 66.18º 0.97% 0.27% -
XYZ 4.25 5.44 0.88 -
YUV 60.16 95.18 130.03 -
System Red Green Blue C M Y K H S L
Decimal 63 70 2 0.10 0 0.97 0.73 66.18 0.94 0.14
Hex 3F 46 2 A 0 61 49 42 5E E
Octal 77 106 2 12 0 141 111 102 136 16
Binary 111111 1000110 10 1010 0 1100001 1001001 1000010 1011110 1110

Color Harmonies of #3F4602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4602

Black with #3F4602

Text Example


Text Example

White with #3F4602

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,70,2); }

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

background-color css

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

 a { background-color: rgb(63,70,2); }

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

border-color css

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

 span { border-color: rgb(63,70,2); }

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