#3A530B

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

Shades of Verdun Green #3A530B

Tints of Verdun Green #3A530B

Color information

#3A530B (or 0x3A530B) is unknown color: approx Verdun Green. HEX triplet: 3A, 53 and 0B. RGB value is (58,83,11). Sum of RGB (Red+Green+Blue) = 58+83+11=152 (20% of max value = 765). Red value is 58 (23.05% from 255 or 38.16% from 152); Green value is 83 (32.81% from 255 or 54.61% from 152); Blue value is 11 (4.69% from 255 or 7.24% from 152); Max value from RGB is 83 - color contains mainly: green. Hex color #3A530B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A530B is #C5ACF4. Grayscale: #434343. Windows color (decimal): -12954869 or 742202. OLE color: 742202.

HSL color Cylindrical-coordinate representation of color #3A530B: hue angle of 80.83º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3A530B is Cyan = 0.30, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.

Color convert

RGB588311-
CMYK0.3000.870.67
HSL80.83º76.6%18.43%-
HSV(B)80.83º86.75%32.55%-
XYZ4.97.111.43-
YUV67.3296.22121.35-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 38.16%
GREEN value IS 83 (32.81% from 255) = 54.61%
BLUE value IS 11 (4.69% from 255) = 7.24%
R=38.16%
G=54.61%
B=7.24%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5883110.3000.870.6780.8376.618.43
Hex3A53B1E05743514d12
Octal721231336012710312111522
Binary11101010100111011111100101011110000111010001100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A530B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,83,11); }

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

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

 a { background-color: rgb(58,83,11); }

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

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

 span { border-color: rgb(58,83,11); }

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