Html Css Color HEX #3F6008 Verdun Green

📋 copy color: '#3F6008'

red 63 ◦ green 96 ◦ blue 8

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

Shades of Verdun Green #3F6008

Tints of Verdun Green #3F6008

RGB

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

 GREEN value IS 96 (37.89% from 255) = 57.49%

 BLUE value IS 8 (3.52% from 255) = 4.79%

R = 37.72%
G = 57.49%
B = 4.79%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.92

 K value IS 0.62

RGB Variations

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

Color information

#3F6008 (or 0x3F6008) is known color: Verdun Green. HEX triplet: 3F, 60 and 08. RGB value is (63,96,8). Sum of RGB (Red+Green+Blue) = 63+96+8=167 (22% of max value = 765). Red value is 63 (25% from 255 or 37.72% from 167); Green value is 96 (37.89% from 255 or 57.49% from 167); Blue value is 8 (3.52% from 255 or 4.79% from 167); Max value from RGB is 96 - color contains mainly: green. Hex color #3F6008 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F6008 is #C09FF7. Grayscale: #4C4C4C. Windows color (decimal): -12623864 or 548927. OLE color: 548927.

HSL color Cylindrical-coordinate representation of color #3F6008: hue angle of 82.5º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3F6008 is Cyan = 0.34, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.62.

Color convert

RGB 63 96 8 -
CMYK 0.34 0 0.92 0.62
HSL 82.5º 0.85% 0.2% -
HSV(B) 82.5º 0.92% 0.38% -
XYZ 6.28 9.44 1.72 -
YUV 76.1 89.57 118.66 -
System Red Green Blue C M Y K H S L
Decimal 63 96 8 0.34 0 0.92 0.62 82.5 0.85 0.2
Hex 3F 60 8 22 0 5C 3E 52 55 14
Octal 77 140 10 42 0 134 76 122 125 24
Binary 111111 1100000 1000 100010 0 1011100 111110 1010010 1010101 10100

Color Harmonies of #3F6008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6008

Black with #3F6008

Text Example


Text Example

White with #3F6008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,96,8); }

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

background-color css

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

 a { background-color: rgb(63,96,8); }

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

border-color css

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

 span { border-color: rgb(63,96,8); }

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