#0A2507

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

Shades of Myrtle #0A2507

Tints of Myrtle #0A2507

Color information

#0A2507 (or 0x0A2507) is unknown color: approx Myrtle. HEX triplet: 0A, 25 and 07. RGB value is (10,37,7). Sum of RGB (Red+Green+Blue) = 10+37+7=54 (7% of max value = 765). Red value is 10 (4.30% from 255 or 18.52% from 54); Green value is 37 (14.84% from 255 or 68.52% from 54); Blue value is 7 (3.12% from 255 or 12.96% from 54); Max value from RGB is 37 - color contains mainly: green. Hex color #0A2507 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A2507 is #F5DAF8. Grayscale: #191919. Windows color (decimal): -16112377 or 468234. OLE color: 468234.

HSL color Cylindrical-coordinate representation of color #0A2507: hue angle of 114º degrees, saturation: 0.68, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0A2507 is Cyan = 0.73, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.85.

Color convert

RGB10377-
CMYK0.7300.810.85
HSL114º68.18%8.63%-
HSV(B)114º81.08%14.51%-
XYZ0.831.40.43-
YUV25.51117.55116.94-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 18.52%
GREEN value IS 37 (14.84% from 255) = 68.52%
BLUE value IS 7 (3.12% from 255) = 12.96%
R=18.52%
G=68.52%
B=12.96%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal103770.7300.810.8511468.188.63
HexA257490515572449
Octal12457111012112516210411
Binary10101001011111001001010100011010101111001010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,37,7); }

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

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

 a { background-color: rgb(10,37,7); }

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

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

 span { border-color: rgb(10,37,7); }

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