#3A630F

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

Shades of Verdun Green #3A630F

Tints of Verdun Green #3A630F

Color information

#3A630F (or 0x3A630F) is unknown color: approx Verdun Green. HEX triplet: 3A, 63 and 0F. RGB value is (58,99,15). Sum of RGB (Red+Green+Blue) = 58+99+15=172 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.72% from 172); Green value is 99 (39.06% from 255 or 57.56% from 172); Blue value is 15 (6.25% from 255 or 8.72% from 172); Max value from RGB is 99 - color contains mainly: green. Hex color #3A630F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A630F is #C59CF0. Grayscale: #4D4D4D. Windows color (decimal): -12950769 or 1008442. OLE color: 1008442.

HSL color Cylindrical-coordinate representation of color #3A630F: hue angle of 89.29º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3A630F is Cyan = 0.41, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.61.

Color convert

RGB589915-
CMYK0.4100.850.61
HSL89.29º73.68%22.35%-
HSV(B)89.29º84.85%38.82%-
XYZ6.299.862.02-
YUV77.1692.92114.33-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 33.72%
GREEN value IS 99 (39.06% from 255) = 57.56%
BLUE value IS 15 (6.25% from 255) = 8.72%
R=33.72%
G=57.56%
B=8.72%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5899150.4100.850.6189.2973.6822.35
Hex3A63F290553D594a16
Octal72143175101257513111226
Binary11101011000111111101001010101011111011011001100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A630F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,99,15); }

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

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

 a { background-color: rgb(58,99,15); }

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

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

 span { border-color: rgb(58,99,15); }

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