#09410A

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

Shades of Myrtle #09410A

Tints of Myrtle #09410A

Color information

#09410A (or 0x09410A) is unknown color: approx Myrtle. HEX triplet: 09, 41 and 0A. RGB value is (9,65,10). Sum of RGB (Red+Green+Blue) = 9+65+10=84 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.71% from 84); Green value is 65 (25.78% from 255 or 77.38% from 84); Blue value is 10 (4.30% from 255 or 11.90% from 84); Max value from RGB is 65 - color contains mainly: green. Hex color #09410A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09410A is #F6BEF5. Grayscale: #2A2A2A. Windows color (decimal): -16170742 or 672009. OLE color: 672009.

HSL color Cylindrical-coordinate representation of color #09410A: hue angle of 121.07º 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 #09410A is Cyan = 0.86, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.75.

Color convert

RGB96510-
CMYK0.8600.850.75
HSL121.07º75.68%14.51%-
HSV(B)121.07º86.15%25.49%-
XYZ2.063.860.92-
YUV41.99109.95104.47-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.71%
GREEN value IS 65 (25.78% from 255) = 77.38%
BLUE value IS 10 (4.30% from 255) = 11.90%
R=10.71%
G=77.38%
B=11.90%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal965100.8600.850.75121.0775.6814.51
Hex941A560554B794cf
Octal1110112126012511317111417
Binary1001100000110101010110010101011001011111100110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09410A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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