#3A5C0F

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

Shades of Verdun Green #3A5C0F

Tints of Verdun Green #3A5C0F

Color information

#3A5C0F (or 0x3A5C0F) is unknown color: approx Verdun Green. HEX triplet: 3A, 5C and 0F. RGB value is (58,92,15). Sum of RGB (Red+Green+Blue) = 58+92+15=165 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.15% from 165); Green value is 92 (36.33% from 255 or 55.76% from 165); Blue value is 15 (6.25% from 255 or 9.09% from 165); Max value from RGB is 92 - color contains mainly: green. Hex color #3A5C0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A5C0F is #C5A3F0. Grayscale: #494949. Windows color (decimal): -12952561 or 1006650. OLE color: 1006650.

HSL color Cylindrical-coordinate representation of color #3A5C0F: hue angle of 86.49º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3A5C0F is Cyan = 0.37, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.64.

Color convert

RGB589215-
CMYK0.3700.840.64
HSL86.49º71.96%20.98%-
HSV(B)86.49º83.7%36.08%-
XYZ5.668.591.81-
YUV73.0695.24117.26-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 35.15%
GREEN value IS 92 (36.33% from 255) = 55.76%
BLUE value IS 15 (6.25% from 255) = 9.09%
R=35.15%
G=55.76%
B=9.09%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5892150.3700.840.6486.4971.9620.98
Hex3A5CF2505440564815
Octal721341745012410012611025
Binary111010101110011111001010101010010000001010110100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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