Html Css Color HEX #3F6708 Verdun Green

📋 copy color: '#3F6708'

red 63 ◦ green 103 ◦ blue 8

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

Shades of Verdun Green #3F6708

Tints of Verdun Green #3F6708

RGB

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

 GREEN value IS 103 (40.63% from 255) = 59.2%

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

R = 36.21%
G = 59.2%
B = 4.6%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.92

 K value IS 0.60

RGB Variations

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

Color information

#3F6708 (or 0x3F6708) is known color: Verdun Green. HEX triplet: 3F, 67 and 08. RGB value is (63,103,8). Sum of RGB (Red+Green+Blue) = 63+103+8=174 (23% of max value = 765). Red value is 63 (25% from 255 or 36.21% from 174); Green value is 103 (40.62% from 255 or 59.20% from 174); Blue value is 8 (3.52% from 255 or 4.60% from 174); Max value from RGB is 103 - color contains mainly: green. Hex color #3F6708 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F6708 is #C098F7. Grayscale: #505050. Windows color (decimal): -12622072 or 550719. OLE color: 550719.

HSL color Cylindrical-coordinate representation of color #3F6708: hue angle of 85.26º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3F6708 is Cyan = 0.39, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.60.

Color convert

RGB 63 103 8 -
CMYK 0.39 0 0.92 0.60
HSL 85.26º 0.86% 0.22% -
HSV(B) 85.26º 0.92% 0.4% -
XYZ 6.94 10.77 1.94 -
YUV 80.21 87.25 115.72 -
System Red Green Blue C M Y K H S L
Decimal 63 103 8 0.39 0 0.92 0.60 85.26 0.86 0.22
Hex 3F 67 8 27 0 5C 3C 55 56 16
Octal 77 147 10 47 0 134 74 125 126 26
Binary 111111 1100111 1000 100111 0 1011100 111100 1010101 1010110 10110

Color Harmonies of #3F6708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6708

Black with #3F6708

Text Example


Text Example

White with #3F6708

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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