#3A4B07

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

Shades of Verdun Green #3A4B07

Tints of Verdun Green #3A4B07

Color information

#3A4B07 (or 0x3A4B07) is unknown color: approx Verdun Green. HEX triplet: 3A, 4B and 07. RGB value is (58,75,7). Sum of RGB (Red+Green+Blue) = 58+75+7=140 (18% of max value = 765). Red value is 58 (23.05% from 255 or 41.43% from 140); Green value is 75 (29.69% from 255 or 53.57% from 140); Blue value is 7 (3.12% from 255 or 5% from 140); Max value from RGB is 75 - color contains mainly: green. Hex color #3A4B07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4B07 is #C5B4F8. Grayscale: #3E3E3E. Windows color (decimal): -12956921 or 478010. OLE color: 478010.

HSL color Cylindrical-coordinate representation of color #3A4B07: hue angle of 75º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3A4B07 is Cyan = 0.23, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.71.

Color convert

RGB58757-
CMYK0.2300.910.71
HSL75º82.93%16.08%-
HSV(B)75º90.67%29.41%-
XYZ4.35.951.12-
YUV62.1696.87125.03-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 41.43%
GREEN value IS 75 (29.69% from 255) = 53.57%
BLUE value IS 7 (3.12% from 255) = 5%
R=41.43%
G=53.57%
B=5%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal587570.2300.910.717582.9316.08
Hex3A4B71705B474b5310
Octal72113727013310711312320
Binary1110101001011111101110101101110001111001011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,75,7); }

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

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

 a { background-color: rgb(58,75,7); }

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

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

 span { border-color: rgb(58,75,7); }

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