Html Css Color HEX #3F4E1B Verdun Green

📋 copy color: '#3F4E1B'

red 63 ◦ green 78 ◦ blue 27

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

Shades of Verdun Green #3F4E1B

Tints of Verdun Green #3F4E1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 16.07%

R = 37.5%
G = 46.43%
B = 16.07%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.65

 K value IS 0.69

RGB Variations

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

Color information

#3F4E1B (or 0x3F4E1B) is known color: Verdun Green. HEX triplet: 3F, 4E and 1B. RGB value is (63,78,27). Sum of RGB (Red+Green+Blue) = 63+78+27=168 (22% of max value = 765). Red value is 63 (25% from 255 or 37.5% from 168); Green value is 78 (30.86% from 255 or 46.43% from 168); Blue value is 27 (10.94% from 255 or 16.07% from 168); Max value from RGB is 78 - color contains mainly: green. Hex color #3F4E1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F4E1B is #C0B1E4. Grayscale: #434343. Windows color (decimal): -12628453 or 1789503. OLE color: 1789503.

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

Color convert

RGB 63 78 27 -
CMYK 0.19 0 0.65 0.69
HSL 77.65º 0.49% 0.21% -
HSV(B) 77.65º 0.65% 0.31% -
XYZ 4.97 6.58 2.05 -
YUV 67.7 105.03 124.65 -
System Red Green Blue C M Y K H S L
Decimal 63 78 27 0.19 0 0.65 0.69 77.65 0.49 0.21
Hex 3F 4E 1B 13 0 41 45 4E 31 15
Octal 77 116 33 23 0 101 105 116 61 25
Binary 111111 1001110 11011 10011 0 1000001 1000101 1001110 110001 10101

Color Harmonies of #3F4E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4E1B

Black with #3F4E1B

Text Example


Text Example

White with #3F4E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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