#092400

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

Shades of Myrtle #092400

Tints of Myrtle #092400

Color information

#092400 (or 0x092400) is unknown color: approx Myrtle. HEX triplet: 09, 24 and 00. RGB value is (9,36,0). Sum of RGB (Red+Green+Blue) = 9+36+0=45 (5% of max value = 765). Red value is 9 (3.91% from 255 or 20% from 45); Green value is 36 (14.45% from 255 or 80% from 45); Blue value is 0 (0.39% from 255 or 0% from 45); Max value from RGB is 36 - color contains mainly: green. Hex color #092400 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092400 is #F6DBFF. Grayscale: #171717. Windows color (decimal): -16178176 or 9225. OLE color: 9225.

HSL color Cylindrical-coordinate representation of color #092400: hue angle of 105º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #092400 is Cyan = 0.75, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.86.

Color convert

RGB9360-
CMYK0.75010.86
HSL105º100%7.06%-
HSV(B)105º100%14.12%-
XYZ0.741.320.22-
YUV23.82114.55117.43-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 20%
GREEN value IS 36 (14.45% from 255) = 80%
BLUE value IS 0 (0.39% from 255) = 0%
R=20%
G=80%
B=0%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal93600.75010.861051007.06
Hex92404B0645669647
Octal1144011301441261511447
Binary10011001000100101101100100101011011010011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092400; }

 p { color: rgb(9,36,0); }

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

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

 a { background-color: rgb(9,36,0); }

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

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

 span { border-color: rgb(9,36,0); }

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