Html Css Color HEX #3F480D Verdun Green

📋 copy color: '#3F480D'

red 63 ◦ green 72 ◦ blue 13

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

Shades of Verdun Green #3F480D

Tints of Verdun Green #3F480D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 48.65%

 BLUE value IS 13 (5.47% from 255) = 8.78%

R = 42.57%
G = 48.65%
B = 8.78%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#3F480D (or 0x3F480D) is known color: Verdun Green. HEX triplet: 3F, 48 and 0D. RGB value is (63,72,13). Sum of RGB (Red+Green+Blue) = 63+72+13=148 (19% of max value = 765). Red value is 63 (25% from 255 or 42.57% from 148); Green value is 72 (28.52% from 255 or 48.65% from 148); Blue value is 13 (5.47% from 255 or 8.78% from 148); Max value from RGB is 72 - color contains mainly: green. Hex color #3F480D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F480D is #C0B7F2. Grayscale: #3E3E3E. Windows color (decimal): -12630003 or 870463. OLE color: 870463.

HSL color Cylindrical-coordinate representation of color #3F480D: hue angle of 69.15º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3F480D is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB 63 72 13 -
CMYK 0.12 0 0.82 0.72
HSL 69.15º 0.69% 0.17% -
HSV(B) 69.15º 0.82% 0.28% -
XYZ 4.44 5.72 1.25 -
YUV 62.58 100.02 128.3 -
System Red Green Blue C M Y K H S L
Decimal 63 72 13 0.12 0 0.82 0.72 69.15 0.69 0.17
Hex 3F 48 D C 0 52 48 45 45 11
Octal 77 110 15 14 0 122 110 105 105 21
Binary 111111 1001000 1101 1100 0 1010010 1001000 1000101 1000101 10001

Color Harmonies of #3F480D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F480D

Black with #3F480D

Text Example


Text Example

White with #3F480D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,72,13); }

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

background-color css

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

 a { background-color: rgb(63,72,13); }

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

border-color css

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

 span { border-color: rgb(63,72,13); }

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