Html Css Color HEX #3F491B Verdun Green

📋 copy color: '#3F491B'

red 63 ◦ green 73 ◦ blue 27

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

Shades of Verdun Green #3F491B

Tints of Verdun Green #3F491B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 44.79%

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

R = 38.65%
G = 44.79%
B = 16.56%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.63

 K value IS 0.71

RGB Variations

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

Color information

#3F491B (or 0x3F491B) is known color: Verdun Green. HEX triplet: 3F, 49 and 1B. RGB value is (63,73,27). Sum of RGB (Red+Green+Blue) = 63+73+27=163 (21% of max value = 765). Red value is 63 (25% from 255 or 38.65% from 163); Green value is 73 (28.91% from 255 or 44.79% from 163); Blue value is 27 (10.94% from 255 or 16.56% from 163); Max value from RGB is 73 - color contains mainly: green. Hex color #3F491B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F491B is #C0B6E4. Grayscale: #404040. Windows color (decimal): -12629733 or 1788223. OLE color: 1788223.

HSL color Cylindrical-coordinate representation of color #3F491B: hue angle of 73.04º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3F491B is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.71.

Color convert

RGB 63 73 27 -
CMYK 0.14 0 0.63 0.71
HSL 73.04º 0.46% 0.2% -
HSV(B) 73.04º 0.63% 0.29% -
XYZ 4.63 5.9 1.93 -
YUV 64.77 106.69 126.74 -
System Red Green Blue C M Y K H S L
Decimal 63 73 27 0.14 0 0.63 0.71 73.04 0.46 0.2
Hex 3F 49 1B E 0 3F 47 49 2E 14
Octal 77 111 33 16 0 77 107 111 56 24
Binary 111111 1001001 11011 1110 0 111111 1000111 1001001 101110 10100

Color Harmonies of #3F491B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F491B

Black with #3F491B

Text Example


Text Example

White with #3F491B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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