Html Css Color HEX #3F4B15 Verdun Green

📋 copy color: '#3F4B15'

red 63 ◦ green 75 ◦ blue 21

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

Shades of Verdun Green #3F4B15

Tints of Verdun Green #3F4B15

RGB

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

 GREEN value IS 75 (29.69% from 255) = 47.17%

 BLUE value IS 21 (8.59% from 255) = 13.21%

R = 39.62%
G = 47.17%
B = 13.21%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.72

 K value IS 0.71

RGB Variations

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

Color information

#3F4B15 (or 0x3F4B15) is known color: Verdun Green. HEX triplet: 3F, 4B and 15. RGB value is (63,75,21). Sum of RGB (Red+Green+Blue) = 63+75+21=159 (21% of max value = 765). Red value is 63 (25% from 255 or 39.62% from 159); Green value is 75 (29.69% from 255 or 47.17% from 159); Blue value is 21 (8.59% from 255 or 13.21% from 159); Max value from RGB is 75 - color contains mainly: green. Hex color #3F4B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F4B15 is #C0B4EA. Grayscale: #414141. Windows color (decimal): -12629227 or 1395519. OLE color: 1395519.

HSL color Cylindrical-coordinate representation of color #3F4B15: hue angle of 73.33º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3F4B15 is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.71.

Color convert

RGB 63 75 21 -
CMYK 0.16 0 0.72 0.71
HSL 73.33º 0.56% 0.19% -
HSV(B) 73.33º 0.72% 0.29% -
XYZ 4.7 6.14 1.65 -
YUV 65.26 103.02 126.39 -
System Red Green Blue C M Y K H S L
Decimal 63 75 21 0.16 0 0.72 0.71 73.33 0.56 0.19
Hex 3F 4B 15 10 0 48 47 49 38 13
Octal 77 113 25 20 0 110 107 111 70 23
Binary 111111 1001011 10101 10000 0 1001000 1000111 1001001 111000 10011

Color Harmonies of #3F4B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4B15

Black with #3F4B15

Text Example


Text Example

White with #3F4B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,75,21); }

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

background-color css

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

 a { background-color: rgb(63,75,21); }

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

border-color css

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

 span { border-color: rgb(63,75,21); }

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