Html Css Color HEX #3F4802 Verdun Green

📋 copy color: '#3F4802'

red 63 ◦ green 72 ◦ blue 2

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

Shades of Verdun Green #3F4802

Tints of Verdun Green #3F4802

RGB

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

 GREEN value IS 72 (28.52% from 255) = 52.55%

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

R = 45.99%
G = 52.55%
B = 1.46%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#3F4802 (or 0x3F4802) is known color: Verdun Green. HEX triplet: 3F, 48 and 02. RGB value is (63,72,2). Sum of RGB (Red+Green+Blue) = 63+72+2=137 (18% of max value = 765). Red value is 63 (25% from 255 or 45.99% from 137); Green value is 72 (28.52% from 255 or 52.55% from 137); Blue value is 2 (1.17% from 255 or 1.46% from 137); Max value from RGB is 72 - color contains mainly: green. Hex color #3F4802 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F4802 is #C0B7FD. Grayscale: #3D3D3D. Windows color (decimal): -12630014 or 149567. OLE color: 149567.

HSL color Cylindrical-coordinate representation of color #3F4802: hue angle of 67.71º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F4802 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.72.

Color convert

RGB 63 72 2 -
CMYK 0.12 0 0.97 0.72
HSL 67.71º 0.95% 0.15% -
HSV(B) 67.71º 0.97% 0.28% -
XYZ 4.38 5.7 0.93 -
YUV 61.33 94.52 129.19 -
System Red Green Blue C M Y K H S L
Decimal 63 72 2 0.12 0 0.97 0.72 67.71 0.95 0.15
Hex 3F 48 2 C 0 61 48 44 5F F
Octal 77 110 2 14 0 141 110 104 137 17
Binary 111111 1001000 10 1100 0 1100001 1001000 1000100 1011111 1111

Color Harmonies of #3F4802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4802

Black with #3F4802

Text Example


Text Example

White with #3F4802

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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