#092000

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

Shades of Myrtle #092000

Tints of Myrtle #092000

Color information

#092000 (or 0x092000) is unknown color: approx Myrtle. HEX triplet: 09, 20 and 00. RGB value is (9,32,0). Sum of RGB (Red+Green+Blue) = 9+32+0=41 (5% of max value = 765). Red value is 9 (3.91% from 255 or 21.95% from 41); Green value is 32 (12.89% from 255 or 78.05% from 41); Blue value is 0 (0.39% from 255 or 0% from 41); Max value from RGB is 32 - color contains mainly: green. Hex color #092000 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092000 is #F6DFFF. Grayscale: #151515. Windows color (decimal): -16179200 or 8201. OLE color: 8201.

HSL color Cylindrical-coordinate representation of color #092000: hue angle of 103.12º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #092000 is Cyan = 0.72, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.87.

Color convert

RGB9320-
CMYK0.72010.87
HSL103.12º100%6.27%-
HSV(B)103.12º100%12.55%-
XYZ0.631.090.18-
YUV21.48115.88119.1-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 21.95%
GREEN value IS 32 (12.89% from 255) = 78.05%
BLUE value IS 0 (0.39% from 255) = 0%
R=21.95%
G=78.05%
B=0%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal93200.72010.87103.121006.27
Hex9200480645767646
Octal1140011001441271471446
Binary10011000000100100001100100101011111001111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092000; }

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

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

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

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

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

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

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

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