#09380D

Color #09380D Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #09380D

Tints of Myrtle #09380D

Color information

#09380D (or 0x09380D) is unknown color: approx Myrtle. HEX triplet: 09, 38 and 0D. RGB value is (9,56,13). Sum of RGB (Red+Green+Blue) = 9+56+13=78 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.54% from 78); Green value is 56 (22.27% from 255 or 71.79% from 78); Blue value is 13 (5.47% from 255 or 16.67% from 78); Max value from RGB is 56 - color contains mainly: green. Hex color #09380D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09380D is #F6C7F2. Grayscale: #252525. Windows color (decimal): -16173043 or 866313. OLE color: 866313.

HSL color Cylindrical-coordinate representation of color #09380D: hue angle of 125.11º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #09380D is Cyan = 0.84, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.78.

Color convert

RGB95613-
CMYK0.8400.770.78
HSL125.11º72.31%12.75%-
HSV(B)125.11º83.93%21.96%-
XYZ1.62.920.86-
YUV37.04114.43108-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 11.54%
GREEN value IS 56 (22.27% from 255) = 71.79%
BLUE value IS 13 (5.47% from 255) = 16.67%
R=11.54%
G=71.79%
B=16.67%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal956130.8400.770.78125.1172.3112.75
Hex938D5404D4E7d48d
Octal117015124011511617511015
Binary100111100011011010100010011011001110111110110010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09380D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09380D; }

 p { color: rgb(9,56,13); }

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

<style>
 a { background-color: #09380D; }

 a { background-color: rgb(9,56,13); }

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

<style>
 span { border-color: #09380D; }

 span { border-color: rgb(9,56,13); }

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