Html Css Color HEX #3F4800 Verdun Green

📋 copy color: '#3F4800'

red 63 ◦ green 72 ◦ blue 0

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

Shades of Verdun Green #3F4800

Tints of Verdun Green #3F4800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 46.67%
G = 53.33%
B = 0%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#3F4800 (or 0x3F4800) is known color: Verdun Green. HEX triplet: 3F, 48 and 00. RGB value is (63,72,0). Sum of RGB (Red+Green+Blue) = 63+72+0=135 (17% of max value = 765). Red value is 63 (25% from 255 or 46.67% from 135); Green value is 72 (28.52% from 255 or 53.33% from 135); Blue value is 0 (0.39% from 255 or 0% from 135); Max value from RGB is 72 - color contains mainly: green. Hex color #3F4800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F4800 is #C0B7FF. Grayscale: #3D3D3D. Windows color (decimal): -12630016 or 18495. OLE color: 18495.

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

Color convert

RGB 63 72 0 -
CMYK 0.12 0 1 0.72
HSL 67.5º 1% 0.14% -
HSV(B) 67.5º 1% 0.28% -
XYZ 4.37 5.69 0.87 -
YUV 61.1 93.52 129.35 -
System Red Green Blue C M Y K H S L
Decimal 63 72 0 0.12 0 1 0.72 67.5 1 0.14
Hex 3F 48 0 C 0 64 48 44 64 E
Octal 77 110 0 14 0 144 110 104 144 16
Binary 111111 1001000 0 1100 0 1100100 1001000 1000100 1100100 1110

Color Harmonies of #3F4800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4800

Black with #3F4800

Text Example


Text Example

White with #3F4800

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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