#3B530A

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

Shades of Verdun Green #3B530A

Tints of Verdun Green #3B530A

Color information

#3B530A (or 0x3B530A) is unknown color: approx Verdun Green. HEX triplet: 3B, 53 and 0A. RGB value is (59,83,10). Sum of RGB (Red+Green+Blue) = 59+83+10=152 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.82% from 152); Green value is 83 (32.81% from 255 or 54.61% from 152); Blue value is 10 (4.30% from 255 or 6.58% from 152); Max value from RGB is 83 - color contains mainly: green. Hex color #3B530A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B530A is #C4ACF5. Grayscale: #434343. Windows color (decimal): -12889334 or 676667. OLE color: 676667.

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

Color convert

RGB598310-
CMYK0.2900.880.67
HSL79.73º78.49%18.24%-
HSV(B)79.73º87.95%32.55%-
XYZ4.957.141.4-
YUV67.595.55121.94-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 38.82%
GREEN value IS 83 (32.81% from 255) = 54.61%
BLUE value IS 10 (4.30% from 255) = 6.58%
R=38.82%
G=54.61%
B=6.58%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5983100.2900.880.6779.7378.4918.24
Hex3B53A1D05843504e12
Octal731231235013010312011622
Binary11101110100111010111010101100010000111010000100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B530A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,83,10); }

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

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

 a { background-color: rgb(59,83,10); }

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

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

 span { border-color: rgb(59,83,10); }

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