Html Css Color HEX #3F6208 Verdun Green

📋 copy color: '#3F6208'

red 63 ◦ green 98 ◦ blue 8

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

Shades of Verdun Green #3F6208

Tints of Verdun Green #3F6208

RGB

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

 GREEN value IS 98 (38.67% from 255) = 57.99%

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

R = 37.28%
G = 57.99%
B = 4.73%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.92

 K value IS 0.62

RGB Variations

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

Color information

#3F6208 (or 0x3F6208) is known color: Verdun Green. HEX triplet: 3F, 62 and 08. RGB value is (63,98,8). Sum of RGB (Red+Green+Blue) = 63+98+8=169 (22% of max value = 765). Red value is 63 (25% from 255 or 37.28% from 169); Green value is 98 (38.67% from 255 or 57.99% from 169); Blue value is 8 (3.52% from 255 or 4.73% from 169); Max value from RGB is 98 - color contains mainly: green. Hex color #3F6208 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F6208 is #C09DF7. Grayscale: #4D4D4D. Windows color (decimal): -12623352 or 549439. OLE color: 549439.

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

Color convert

RGB 63 98 8 -
CMYK 0.36 0 0.92 0.62
HSL 83.33º 0.85% 0.21% -
HSV(B) 83.33º 0.92% 0.38% -
XYZ 6.46 9.81 1.78 -
YUV 77.28 88.9 117.82 -
System Red Green Blue C M Y K H S L
Decimal 63 98 8 0.36 0 0.92 0.62 83.33 0.85 0.21
Hex 3F 62 8 24 0 5C 3E 53 55 15
Octal 77 142 10 44 0 134 76 123 125 25
Binary 111111 1100010 1000 100100 0 1011100 111110 1010011 1010101 10101

Color Harmonies of #3F6208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6208

Black with #3F6208

Text Example


Text Example

White with #3F6208

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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