#092C00

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

Shades of Myrtle #092C00

Tints of Myrtle #092C00

Color information

#092C00 (or 0x092C00) is unknown color: approx Myrtle. HEX triplet: 09, 2C and 00. RGB value is (9,44,0). Sum of RGB (Red+Green+Blue) = 9+44+0=53 (7% of max value = 765). Red value is 9 (3.91% from 255 or 16.98% from 53); Green value is 44 (17.58% from 255 or 83.02% from 53); Blue value is 0 (0.39% from 255 or 0% from 53); Max value from RGB is 44 - color contains mainly: green. Hex color #092C00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092C00 is #F6D3FF. Grayscale: #1C1C1C. Windows color (decimal): -16176128 or 11273. OLE color: 11273.

HSL color Cylindrical-coordinate representation of color #092C00: hue angle of 107.73º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #092C00 is Cyan = 0.80, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.83.

Color convert

RGB9440-
CMYK0.80010.83
HSL107.73º100%8.63%-
HSV(B)107.73º100%17.25%-
XYZ1.011.860.31-
YUV28.52111.9114.08-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 16.98%
GREEN value IS 44 (17.58% from 255) = 83.02%
BLUE value IS 0 (0.39% from 255) = 0%
R=16.98%
G=83.02%
B=0%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal94400.80010.83107.731008.63
Hex92C050064536c649
Octal11540120014412315414411
Binary100110110001010000011001001010011110110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092C00; }

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

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

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

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

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

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

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

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