Html Css Color HEX #3F4305 Verdun Green

📋 copy color: '#3F4305'

red 63 ◦ green 67 ◦ blue 5

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

Shades of Verdun Green #3F4305

Tints of Verdun Green #3F4305

RGB

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

 GREEN value IS 67 (26.56% from 255) = 49.63%

 BLUE value IS 5 (2.34% from 255) = 3.7%

R = 46.67%
G = 49.63%
B = 3.7%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.93

 K value IS 0.74

RGB Variations

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

Color information

#3F4305 (or 0x3F4305) is known color: Verdun Green. HEX triplet: 3F, 43 and 05. RGB value is (63,67,5). Sum of RGB (Red+Green+Blue) = 63+67+5=135 (17% of max value = 765). Red value is 63 (25% from 255 or 46.67% from 135); Green value is 67 (26.56% from 255 or 49.63% from 135); Blue value is 5 (2.34% from 255 or 3.70% from 135); Max value from RGB is 67 - color contains mainly: green. Hex color #3F4305 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F4305 is #C0BCFA. Grayscale: #3A3A3A. Windows color (decimal): -12631291 or 344895. OLE color: 344895.

HSL color Cylindrical-coordinate representation of color #3F4305: hue angle of 63.87º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3F4305 is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.74.

Color convert

RGB 63 67 5 -
CMYK 0.06 0 0.93 0.74
HSL 63.87º 0.86% 0.14% -
HSV(B) 63.87º 0.93% 0.26% -
XYZ 4.08 5.08 0.91 -
YUV 58.74 97.67 131.04 -
System Red Green Blue C M Y K H S L
Decimal 63 67 5 0.06 0 0.93 0.74 63.87 0.86 0.14
Hex 3F 43 5 6 0 5D 4A 40 56 E
Octal 77 103 5 6 0 135 112 100 126 16
Binary 111111 1000011 101 110 0 1011101 1001010 1000000 1010110 1110

Color Harmonies of #3F4305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4305

Black with #3F4305

Text Example


Text Example

White with #3F4305

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,67,5); }

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

background-color css

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

 a { background-color: rgb(63,67,5); }

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

border-color css

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

 span { border-color: rgb(63,67,5); }

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