#0A380F

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

Shades of Myrtle #0A380F

Tints of Myrtle #0A380F

Color information

#0A380F (or 0x0A380F) is unknown color: approx Myrtle. HEX triplet: 0A, 38 and 0F. RGB value is (10,56,15). Sum of RGB (Red+Green+Blue) = 10+56+15=81 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.35% from 81); Green value is 56 (22.27% from 255 or 69.14% from 81); Blue value is 15 (6.25% from 255 or 18.52% from 81); Max value from RGB is 56 - color contains mainly: green. Hex color #0A380F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A380F is #F5C7F0. Grayscale: #252525. Windows color (decimal): -16107505 or 997386. OLE color: 997386.

HSL color Cylindrical-coordinate representation of color #0A380F: hue angle of 126.52º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0A380F is Cyan = 0.82, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.78.

Color convert

RGB105615-
CMYK0.8200.730.78
HSL126.52º69.7%12.94%-
HSV(B)126.52º82.14%21.96%-
XYZ1.632.930.93-
YUV37.57115.26108.33-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 12.35%
GREEN value IS 56 (22.27% from 255) = 69.14%
BLUE value IS 15 (6.25% from 255) = 18.52%
R=12.35%
G=69.14%
B=18.52%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1056150.8200.730.78126.5269.712.94
HexA38F520494E7f46d
Octal127017122011111617710615
Binary101011100011111010010010010011001110111111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A380F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A380F; }

 p { color: rgb(10,56,15); }

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

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

 a { background-color: rgb(10,56,15); }

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

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

 span { border-color: rgb(10,56,15); }

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