#10350A

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

Shades of Myrtle #10350A

Tints of Myrtle #10350A

Color information

#10350A (or 0x10350A) is unknown color: approx Myrtle. HEX triplet: 10, 35 and 0A. RGB value is (16,53,10). Sum of RGB (Red+Green+Blue) = 16+53+10=79 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20.25% from 79); Green value is 53 (21.09% from 255 or 67.09% from 79); Blue value is 10 (4.30% from 255 or 12.66% from 79); Max value from RGB is 53 - color contains mainly: green. Hex color #10350A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #10350A is #EFCAF5. Grayscale: #252525. Windows color (decimal): -15715062 or 668944. OLE color: 668944.

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

Color convert

RGB165310-
CMYK0.7000.810.79
HSL111.63º68.25%12.35%-
HSV(B)111.63º81.13%20.78%-
XYZ1.542.680.72-
YUV37.03112.74113-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 20.25%
GREEN value IS 53 (21.09% from 255) = 67.09%
BLUE value IS 10 (4.30% from 255) = 12.66%
R=20.25%
G=67.09%
B=12.66%

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
Decimal1653100.7000.810.79111.6368.2512.35
Hex1035A460514F7044c
Octal206512106012111716010414
Binary1000011010110101000110010100011001111111000010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10350A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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