#092D0B

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

Shades of Myrtle #092D0B

Tints of Myrtle #092D0B

Color information

#092D0B (or 0x092D0B) is unknown color: approx Myrtle. HEX triplet: 09, 2D and 0B. RGB value is (9,45,11). Sum of RGB (Red+Green+Blue) = 9+45+11=65 (8% of max value = 765). Red value is 9 (3.91% from 255 or 13.85% from 65); Green value is 45 (17.97% from 255 or 69.23% from 65); Blue value is 11 (4.69% from 255 or 16.92% from 65); Max value from RGB is 45 - color contains mainly: green. Hex color #092D0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092D0B is #F6D2F4. Grayscale: #1E1E1E. Windows color (decimal): -16175861 or 732425. OLE color: 732425.

HSL color Cylindrical-coordinate representation of color #092D0B: hue angle of 123.33º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #092D0B is Cyan = 0.8, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.82.

Color convert

RGB94511-
CMYK0.800.760.82
HSL123.33º66.67%10.59%-
HSV(B)123.33º80%17.65%-
XYZ1.111.960.64-
YUV30.36117.07112.76-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 13.85%
GREEN value IS 45 (17.97% from 255) = 69.23%
BLUE value IS 11 (4.69% from 255) = 16.92%
R=13.85%
G=69.23%
B=16.92%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal945110.800.760.82123.3366.6710.59
Hex92DB5004C527b43b
Octal115513120011412217310313
Binary100110110110111010000010011001010010111101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092D0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,45,11); }

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

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

 a { background-color: rgb(9,45,11); }

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

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

 span { border-color: rgb(9,45,11); }

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