Html Css Color HEX #3F4202 Verdun Green

📋 copy color: '#3F4202'

red 63 ◦ green 66 ◦ blue 2

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

Shades of Verdun Green #3F4202

Tints of Verdun Green #3F4202

RGB

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

 GREEN value IS 66 (26.17% from 255) = 50.38%

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

R = 48.09%
G = 50.38%
B = 1.53%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.97

 K value IS 0.74

RGB Variations

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

Color information

#3F4202 (or 0x3F4202) is known color: Verdun Green. HEX triplet: 3F, 42 and 02. RGB value is (63,66,2). Sum of RGB (Red+Green+Blue) = 63+66+2=131 (17% of max value = 765). Red value is 63 (25% from 255 or 48.09% from 131); Green value is 66 (26.17% from 255 or 50.38% from 131); Blue value is 2 (1.17% from 255 or 1.53% from 131); Max value from RGB is 66 - color contains mainly: green. Hex color #3F4202 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F4202 is #C0BDFD. Grayscale: #3A3A3A. Windows color (decimal): -12631550 or 148031. OLE color: 148031.

HSL color Cylindrical-coordinate representation of color #3F4202: hue angle of 62.81º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F4202 is Cyan = 0.05, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.74.

Color convert

RGB 63 66 2 -
CMYK 0.05 0 0.97 0.74
HSL 62.81º 0.94% 0.13% -
HSV(B) 62.81º 0.97% 0.26% -
XYZ 4.01 4.96 0.8 -
YUV 57.81 96.51 131.7 -
System Red Green Blue C M Y K H S L
Decimal 63 66 2 0.05 0 0.97 0.74 62.81 0.94 0.13
Hex 3F 42 2 5 0 61 4A 3F 5E D
Octal 77 102 2 5 0 141 112 77 136 15
Binary 111111 1000010 10 101 0 1100001 1001010 111111 1011110 1101

Color Harmonies of #3F4202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4202

Black with #3F4202

Text Example


Text Example

White with #3F4202

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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