Html Css Color HEX #3F6C0B Verdun Green

📋 copy color: '#3F6C0B'

red 63 ◦ green 108 ◦ blue 11

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

Shades of Verdun Green #3F6C0B

Tints of Verdun Green #3F6C0B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 59.34%

 BLUE value IS 11 (4.69% from 255) = 6.04%

R = 34.62%
G = 59.34%
B = 6.04%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.90

 K value IS 0.58

RGB Variations

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

Color information

#3F6C0B (or 0x3F6C0B) is known color: Verdun Green. HEX triplet: 3F, 6C and 0B. RGB value is (63,108,11). Sum of RGB (Red+Green+Blue) = 63+108+11=182 (24% of max value = 765). Red value is 63 (25% from 255 or 34.62% from 182); Green value is 108 (42.58% from 255 or 59.34% from 182); Blue value is 11 (4.69% from 255 or 6.04% from 182); Max value from RGB is 108 - color contains mainly: green. Hex color #3F6C0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F6C0B is #C093F4. Grayscale: #535353. Windows color (decimal): -12620789 or 748607. OLE color: 748607.

HSL color Cylindrical-coordinate representation of color #3F6C0B: hue angle of 87.84º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3F6C0B is Cyan = 0.42, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.58.

Color convert

RGB 63 108 11 -
CMYK 0.42 0 0.90 0.58
HSL 87.84º 0.82% 0.23% -
HSV(B) 87.84º 0.9% 0.42% -
XYZ 7.47 11.81 2.2 -
YUV 83.49 87.09 113.39 -
System Red Green Blue C M Y K H S L
Decimal 63 108 11 0.42 0 0.90 0.58 87.84 0.82 0.23
Hex 3F 6C B 2A 0 5A 3A 58 52 17
Octal 77 154 13 52 0 132 72 130 122 27
Binary 111111 1101100 1011 101010 0 1011010 111010 1011000 1010010 10111

Color Harmonies of #3F6C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6C0B

Black with #3F6C0B

Text Example


Text Example

White with #3F6C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,108,11); }

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

background-color css

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

 a { background-color: rgb(63,108,11); }

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

border-color css

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

 span { border-color: rgb(63,108,11); }

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