Html Css Color HEX #3F480F Verdun Green

📋 copy color: '#3F480F'

red 63 ◦ green 72 ◦ blue 15

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

Shades of Verdun Green #3F480F

Tints of Verdun Green #3F480F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 10%

R = 42%
G = 48%
B = 10%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.79

 K value IS 0.72

RGB Variations

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

Color information

#3F480F (or 0x3F480F) is known color: Verdun Green. HEX triplet: 3F, 48 and 0F. RGB value is (63,72,15). Sum of RGB (Red+Green+Blue) = 63+72+15=150 (19% of max value = 765). Red value is 63 (25% from 255 or 42% from 150); Green value is 72 (28.52% from 255 or 48% from 150); Blue value is 15 (6.25% from 255 or 10% from 150); Max value from RGB is 72 - color contains mainly: green. Hex color #3F480F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F480F is #C0B7F0. Grayscale: #3F3F3F. Windows color (decimal): -12630001 or 1001535. OLE color: 1001535.

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

Color convert

RGB 63 72 15 -
CMYK 0.12 0 0.79 0.72
HSL 69.47º 0.66% 0.17% -
HSV(B) 69.47º 0.79% 0.28% -
XYZ 4.45 5.73 1.32 -
YUV 62.81 101.02 128.13 -
System Red Green Blue C M Y K H S L
Decimal 63 72 15 0.12 0 0.79 0.72 69.47 0.66 0.17
Hex 3F 48 F C 0 4F 48 45 42 11
Octal 77 110 17 14 0 117 110 105 102 21
Binary 111111 1001000 1111 1100 0 1001111 1001000 1000101 1000010 10001

Color Harmonies of #3F480F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F480F

Black with #3F480F

Text Example


Text Example

White with #3F480F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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