Html Css Color HEX #3F4507 Verdun Green

📋 copy color: '#3F4507'

red 63 ◦ green 69 ◦ blue 7

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

Shades of Verdun Green #3F4507

Tints of Verdun Green #3F4507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 5.04%

R = 45.32%
G = 49.64%
B = 5.04%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.90

 K value IS 0.73

RGB Variations

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

Color information

#3F4507 (or 0x3F4507) is known color: Verdun Green. HEX triplet: 3F, 45 and 07. RGB value is (63,69,7). Sum of RGB (Red+Green+Blue) = 63+69+7=139 (18% of max value = 765). Red value is 63 (25% from 255 or 45.32% from 139); Green value is 69 (27.34% from 255 or 49.64% from 139); Blue value is 7 (3.12% from 255 or 5.04% from 139); Max value from RGB is 69 - color contains mainly: green. Hex color #3F4507 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F4507 is #C0BAF8. Grayscale: #3C3C3C. Windows color (decimal): -12630777 or 476479. OLE color: 476479.

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

Color convert

RGB 63 69 7 -
CMYK 0.09 0 0.90 0.73
HSL 65.81º 0.82% 0.15% -
HSV(B) 65.81º 0.9% 0.27% -
XYZ 4.22 5.33 1.01 -
YUV 60.14 98.01 130.04 -
System Red Green Blue C M Y K H S L
Decimal 63 69 7 0.09 0 0.90 0.73 65.81 0.82 0.15
Hex 3F 45 7 9 0 5A 49 42 52 F
Octal 77 105 7 11 0 132 111 102 122 17
Binary 111111 1000101 111 1001 0 1011010 1001001 1000010 1010010 1111

Color Harmonies of #3F4507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4507

Black with #3F4507

Text Example


Text Example

White with #3F4507

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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