Html Css Color HEX #3F4E02 Verdun Green

📋 copy color: '#3F4E02'

red 63 ◦ green 78 ◦ blue 2

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

Shades of Verdun Green #3F4E02

Tints of Verdun Green #3F4E02

RGB

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

 GREEN value IS 78 (30.86% from 255) = 54.55%

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

R = 44.06%
G = 54.55%
B = 1.4%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.97

 K value IS 0.69

RGB Variations

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

Color information

#3F4E02 (or 0x3F4E02) is known color: Verdun Green. HEX triplet: 3F, 4E and 02. RGB value is (63,78,2). Sum of RGB (Red+Green+Blue) = 63+78+2=143 (18% of max value = 765). Red value is 63 (25% from 255 or 44.06% from 143); Green value is 78 (30.86% from 255 or 54.55% from 143); Blue value is 2 (1.17% from 255 or 1.40% from 143); Max value from RGB is 78 - color contains mainly: green. Hex color #3F4E02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F4E02 is #C0B1FD. Grayscale: #414141. Windows color (decimal): -12628478 or 151103. OLE color: 151103.

HSL color Cylindrical-coordinate representation of color #3F4E02: hue angle of 71.84º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F4E02 is Cyan = 0.19, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.69.

Color convert

RGB 63 78 2 -
CMYK 0.19 0 0.97 0.69
HSL 71.84º 0.95% 0.16% -
HSV(B) 71.84º 0.97% 0.31% -
XYZ 4.79 6.51 1.06 -
YUV 64.85 92.53 126.68 -
System Red Green Blue C M Y K H S L
Decimal 63 78 2 0.19 0 0.97 0.69 71.84 0.95 0.16
Hex 3F 4E 2 13 0 61 45 48 5F 10
Octal 77 116 2 23 0 141 105 110 137 20
Binary 111111 1001110 10 10011 0 1100001 1000101 1001000 1011111 10000

Color Harmonies of #3F4E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4E02

Black with #3F4E02

Text Example


Text Example

White with #3F4E02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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