#10360A

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

Shades of Myrtle #10360A

Tints of Myrtle #10360A

Color information

#10360A (or 0x10360A) is unknown color: approx Myrtle. HEX triplet: 10, 36 and 0A. RGB value is (16,54,10). Sum of RGB (Red+Green+Blue) = 16+54+10=80 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20% from 80); Green value is 54 (21.48% from 255 or 67.5% from 80); Blue value is 10 (4.30% from 255 or 12.5% from 80); Max value from RGB is 54 - color contains mainly: green. Hex color #10360A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #10360A is #EFC9F5. Grayscale: #252525. Windows color (decimal): -15714806 or 669200. OLE color: 669200.

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

Color convert

RGB165410-
CMYK0.7000.810.79
HSL111.82º68.75%12.55%-
HSV(B)111.82º81.48%21.18%-
XYZ1.592.770.74-
YUV37.62112.41112.58-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 20%
GREEN value IS 54 (21.48% from 255) = 67.5%
BLUE value IS 10 (4.30% from 255) = 12.5%
R=20%
G=67.5%
B=12.5%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1654100.7000.810.79111.8268.7512.55
Hex1036A460514F7045d
Octal206612106012111716010515
Binary1000011011010101000110010100011001111111000010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10360A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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