#39550C

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

Shades of Verdun Green #39550C

Tints of Verdun Green #39550C

Color information

#39550C (or 0x39550C) is unknown color: approx Verdun Green. HEX triplet: 39, 55 and 0C. RGB value is (57,85,12). Sum of RGB (Red+Green+Blue) = 57+85+12=154 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.01% from 154); Green value is 85 (33.59% from 255 or 55.19% from 154); Blue value is 12 (5.08% from 255 or 7.79% from 154); Max value from RGB is 85 - color contains mainly: green. Hex color #39550C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #39550C is #C6AAF3. Grayscale: #444444. Windows color (decimal): -13019892 or 808249. OLE color: 808249.

HSL color Cylindrical-coordinate representation of color #39550C: hue angle of 83.01º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #39550C is Cyan = 0.33, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB578512-
CMYK0.3300.860.67
HSL83.01º75.26%19.02%-
HSV(B)83.01º85.88%33.33%-
XYZ57.391.51-
YUV68.3196.22119.94-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 37.01%
GREEN value IS 85 (33.59% from 255) = 55.19%
BLUE value IS 12 (5.08% from 255) = 7.79%
R=37.01%
G=55.19%
B=7.79%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5785120.3300.860.6783.0175.2619.02
Hex3955C2105643534b13
Octal711251441012610312311323
Binary111001101010111001000010101011010000111010011100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39550C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39550C; }

 p { color: rgb(57,85,12); }

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

<style>
 a { background-color: #39550C; }

 a { background-color: rgb(57,85,12); }

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

<style>
 span { border-color: #39550C; }

 span { border-color: rgb(57,85,12); }

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