#093801

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

Shades of Myrtle #093801

Tints of Myrtle #093801

Color information

#093801 (or 0x093801) is unknown color: approx Myrtle. HEX triplet: 09, 38 and 01. RGB value is (9,56,1). Sum of RGB (Red+Green+Blue) = 9+56+1=66 (8% of max value = 765). Red value is 9 (3.91% from 255 or 13.64% from 66); Green value is 56 (22.27% from 255 or 84.85% from 66); Blue value is 1 (0.78% from 255 or 1.52% from 66); Max value from RGB is 56 - color contains mainly: green. Hex color #093801 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093801 is #F6C7FE. Grayscale: #232323. Windows color (decimal): -16173055 or 79881. OLE color: 79881.

HSL color Cylindrical-coordinate representation of color #093801: hue angle of 111.27º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #093801 is Cyan = 0.84, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.78.

Color convert

RGB9561-
CMYK0.8400.980.78
HSL111.27º96.49%11.18%-
HSV(B)111.27º98.21%21.96%-
XYZ1.532.890.51-
YUV35.68108.43108.97-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 13.64%
GREEN value IS 56 (22.27% from 255) = 84.85%
BLUE value IS 1 (0.78% from 255) = 1.52%
R=13.64%
G=84.85%
B=1.52%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal95610.8400.980.78111.2796.4911.18
Hex9381540624E6f60b
Octal11701124014211615714013
Binary100111100011010100011000101001110110111111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093801; }

 p { color: rgb(9,56,1); }

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

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

 a { background-color: rgb(9,56,1); }

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

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

 span { border-color: rgb(9,56,1); }

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