Html Css Color HEX #3F450B Verdun Green

📋 copy color: '#3F450B'

red 63 ◦ green 69 ◦ blue 11

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

Shades of Verdun Green #3F450B

Tints of Verdun Green #3F450B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 48.25%

 BLUE value IS 11 (4.69% from 255) = 7.69%

R = 44.06%
G = 48.25%
B = 7.69%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.84

 K value IS 0.73

RGB Variations

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

Color information

#3F450B (or 0x3F450B) is known color: Verdun Green. HEX triplet: 3F, 45 and 0B. RGB value is (63,69,11). Sum of RGB (Red+Green+Blue) = 63+69+11=143 (18% of max value = 765). Red value is 63 (25% from 255 or 44.06% from 143); Green value is 69 (27.34% from 255 or 48.25% from 143); Blue value is 11 (4.69% from 255 or 7.69% from 143); Max value from RGB is 69 - color contains mainly: green. Hex color #3F450B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F450B is #C0BAF4. Grayscale: #3C3C3C. Windows color (decimal): -12630773 or 738623. OLE color: 738623.

HSL color Cylindrical-coordinate representation of color #3F450B: hue angle of 66.21º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3F450B is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.73.

Color convert

RGB 63 69 11 -
CMYK 0.09 0 0.84 0.73
HSL 66.21º 0.73% 0.16% -
HSV(B) 66.21º 0.84% 0.27% -
XYZ 4.24 5.34 1.12 -
YUV 60.59 100.01 129.72 -
System Red Green Blue C M Y K H S L
Decimal 63 69 11 0.09 0 0.84 0.73 66.21 0.73 0.16
Hex 3F 45 B 9 0 54 49 42 48 10
Octal 77 105 13 11 0 124 111 102 110 20
Binary 111111 1000101 1011 1001 0 1010100 1001001 1000010 1001000 10000

Color Harmonies of #3F450B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F450B

Black with #3F450B

Text Example


Text Example

White with #3F450B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,69,11); }

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

background-color css

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

 a { background-color: rgb(63,69,11); }

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

border-color css

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

 span { border-color: rgb(63,69,11); }

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