#09410D

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

Shades of Myrtle #09410D

Tints of Myrtle #09410D

Color information

#09410D (or 0x09410D) is unknown color: approx Myrtle. HEX triplet: 09, 41 and 0D. RGB value is (9,65,13). Sum of RGB (Red+Green+Blue) = 9+65+13=87 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.34% from 87); Green value is 65 (25.78% from 255 or 74.71% from 87); Blue value is 13 (5.47% from 255 or 14.94% from 87); Max value from RGB is 65 - color contains mainly: green. Hex color #09410D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09410D is #F6BEF2. Grayscale: #2A2A2A. Windows color (decimal): -16170739 or 868617. OLE color: 868617.

HSL color Cylindrical-coordinate representation of color #09410D: hue angle of 124.29º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #09410D is Cyan = 0.86, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.75.

Color convert

RGB96513-
CMYK0.8600.800.75
HSL124.29º75.68%14.51%-
HSV(B)124.29º86.15%25.49%-
XYZ2.083.871.02-
YUV42.33111.45104.23-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.34%
GREEN value IS 65 (25.78% from 255) = 74.71%
BLUE value IS 13 (5.47% from 255) = 14.94%
R=10.34%
G=74.71%
B=14.94%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal965130.8600.800.75124.2975.6814.51
Hex941D560504B7c4cf
Octal1110115126012011317411417
Binary1001100000111011010110010100001001011111110010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09410D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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