Html Css Color HEX #3F6000 Verdun Green

📋 copy color: '#3F6000'

red 63 ◦ green 96 ◦ blue 0

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

Shades of Verdun Green #3F6000

Tints of Verdun Green #3F6000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 39.62%
G = 60.38%
B = 0%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#3F6000 (or 0x3F6000) is known color: Verdun Green. HEX triplet: 3F, 60 and 00. RGB value is (63,96,0). Sum of RGB (Red+Green+Blue) = 63+96+0=159 (21% of max value = 765). Red value is 63 (25% from 255 or 39.62% from 159); Green value is 96 (37.89% from 255 or 60.38% from 159); Blue value is 0 (0.39% from 255 or 0% from 159); Max value from RGB is 96 - color contains mainly: green. Hex color #3F6000 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F6000 is #C09FFF. Grayscale: #4B4B4B. Windows color (decimal): -12623872 or 24639. OLE color: 24639.

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

Color convert

RGB 63 96 0 -
CMYK 0.34 0 1 0.62
HSL 80.63º 1% 0.19% -
HSV(B) 80.63º 1% 0.38% -
XYZ 6.23 9.42 1.49 -
YUV 75.19 85.57 119.31 -
System Red Green Blue C M Y K H S L
Decimal 63 96 0 0.34 0 1 0.62 80.63 1 0.19
Hex 3F 60 0 22 0 64 3E 51 64 13
Octal 77 140 0 42 0 144 76 121 144 23
Binary 111111 1100000 0 100010 0 1100100 111110 1010001 1100100 10011

Color Harmonies of #3F6000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6000

Black with #3F6000

Text Example


Text Example

White with #3F6000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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