#10360F

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

Shades of Myrtle #10360F

Tints of Myrtle #10360F

Color information

#10360F (or 0x10360F) is unknown color: approx Myrtle. HEX triplet: 10, 36 and 0F. RGB value is (16,54,15). Sum of RGB (Red+Green+Blue) = 16+54+15=85 (11% of max value = 765). Red value is 16 (6.64% from 255 or 18.82% from 85); Green value is 54 (21.48% from 255 or 63.53% from 85); Blue value is 15 (6.25% from 255 or 17.65% from 85); Max value from RGB is 54 - color contains mainly: green. Hex color #10360F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #10360F is #EFC9F0. Grayscale: #262626. Windows color (decimal): -15714801 or 996880. OLE color: 996880.

HSL color Cylindrical-coordinate representation of color #10360F: hue angle of 118.46º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #10360F is Cyan = 0.70, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.79.

Color convert

RGB165415-
CMYK0.7000.720.79
HSL118.46º56.52%13.53%-
HSV(B)118.46º72.22%21.18%-
XYZ1.622.780.9-
YUV38.19114.91112.17-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 18.82%
GREEN value IS 54 (21.48% from 255) = 63.53%
BLUE value IS 15 (6.25% from 255) = 17.65%
R=18.82%
G=63.53%
B=17.65%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1654150.7000.720.79118.4656.5213.53
Hex1036F460484F7639e
Octal20661710601101171667116
Binary100001101101111100011001001000100111111101101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10360F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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