#10370F

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

Shades of Myrtle #10370F

Tints of Myrtle #10370F

Color information

#10370F (or 0x10370F) is unknown color: approx Myrtle. HEX triplet: 10, 37 and 0F. RGB value is (16,55,15). Sum of RGB (Red+Green+Blue) = 16+55+15=86 (11% of max value = 765). Red value is 16 (6.64% from 255 or 18.60% from 86); Green value is 55 (21.88% from 255 or 63.95% from 86); Blue value is 15 (6.25% from 255 or 17.44% from 86); Max value from RGB is 55 - color contains mainly: green. Hex color #10370F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #10370F is #EFC8F0. Grayscale: #262626. Windows color (decimal): -15714545 or 997136. OLE color: 997136.

HSL color Cylindrical-coordinate representation of color #10370F: hue angle of 118.5º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #10370F is Cyan = 0.71, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.78.

Color convert

RGB165515-
CMYK0.7100.730.78
HSL118.5º57.14%13.73%-
HSV(B)118.5º72.73%21.57%-
XYZ1.672.880.92-
YUV38.78114.58111.75-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 18.60%
GREEN value IS 55 (21.88% from 255) = 63.95%
BLUE value IS 15 (6.25% from 255) = 17.44%
R=18.60%
G=63.95%
B=17.44%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1655150.7100.730.78118.557.1413.73
Hex1037F470494E7639e
Octal20671710701111161667116
Binary100001101111111100011101001001100111011101101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10370F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10370F; }

 p { color: rgb(16,55,15); }

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

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

 a { background-color: rgb(16,55,15); }

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

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

 span { border-color: rgb(16,55,15); }

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