#3F600A

Color #3F600A Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #3F600A

Tints of Verdun Green #3F600A

Color information

#3F600A (or 0x3F600A) is unknown color: approx Verdun Green. HEX triplet: 3F, 60 and 0A. RGB value is (63,96,10). Sum of RGB (Red+Green+Blue) = 63+96+10=169 (22% of max value = 765). Red value is 63 (25% from 255 or 37.28% from 169); Green value is 96 (37.89% from 255 or 56.80% from 169); Blue value is 10 (4.30% from 255 or 5.92% from 169); Max value from RGB is 96 - color contains mainly: green. Hex color #3F600A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F600A is #C09FF5. Grayscale: #4C4C4C. Windows color (decimal): -12623862 or 679999. OLE color: 679999.

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

Color convert

RGB639610-
CMYK0.3400.900.62
HSL83.02º81.13%20.78%-
HSV(B)83.02º89.58%37.65%-
XYZ6.299.441.78-
YUV76.3390.57118.49-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 37.28%
GREEN value IS 96 (37.89% from 255) = 56.80%
BLUE value IS 10 (4.30% from 255) = 5.92%
R=37.28%
G=56.80%
B=5.92%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6396100.3400.900.6283.0281.1320.78
Hex3F60A2205A3E535115
Octal77140124201327612312125
Binary11111111000001010100010010110101111101010011101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F600A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3F600A;
 }
 .AnyTagClassName
 {
   color: #3F600A;
 }
</style>
background-color css

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

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

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

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

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

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