#09312E

Color #09312E Swamp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Swamp #09312E

Tints of Swamp #09312E

Color information

#09312E (or 0x09312E) is unknown color: approx Swamp. HEX triplet: 09, 31 and 2E. RGB value is (9,49,46). Sum of RGB (Red+Green+Blue) = 9+49+46=104 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.65% from 104); Green value is 49 (19.53% from 255 or 47.12% from 104); Blue value is 46 (18.36% from 255 or 44.23% from 104); Max value from RGB is 49 - color contains mainly: green. Hex color #09312E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09312E is #F6CED1. Grayscale: #242424. Windows color (decimal): -16174802 or 3027209. OLE color: 3027209.

HSL color Cylindrical-coordinate representation of color #09312E: hue angle of 175.5º degrees, saturation: 0.69, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #09312E is Cyan = 0.82, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.81.

Color convert

RGB94946-
CMYK0.8200.060.81
HSL175.5º68.97%11.37%-
HSV(B)175.5º81.63%19.22%-
XYZ1.72.452.97-
YUV36.7133.25108.24-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.65%
GREEN value IS 49 (19.53% from 255) = 47.12%
BLUE value IS 46 (18.36% from 255) = 44.23%
R=8.65%
G=47.12%
B=44.23%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal949460.8200.060.81175.568.9711.37
Hex9312E520651b045b
Octal1161561220612126010513
Binary10011100011011101010010011010100011011000010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09312E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09312E; }

 p { color: rgb(9,49,46); }

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

<style>
 a { background-color: #09312E; }

 a { background-color: rgb(9,49,46); }

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

<style>
 span { border-color: #09312E; }

 span { border-color: rgb(9,49,46); }

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