#10230D

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

Shades of Myrtle #10230D

Tints of Myrtle #10230D

Color information

#10230D (or 0x10230D) is unknown color: approx Myrtle. HEX triplet: 10, 23 and 0D. RGB value is (16,35,13). Sum of RGB (Red+Green+Blue) = 16+35+13=64 (8% of max value = 765). Red value is 16 (6.64% from 255 or 25% from 64); Green value is 35 (14.06% from 255 or 54.69% from 64); Blue value is 13 (5.47% from 255 or 20.31% from 64); Max value from RGB is 35 - color contains mainly: green. Hex color #10230D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #10230D is #EFDCF2. Grayscale: #1A1A1A. Windows color (decimal): -15719667 or 860944. OLE color: 860944.

HSL color Cylindrical-coordinate representation of color #10230D: hue angle of 111.82º degrees, saturation: 0.46, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #10230D is Cyan = 0.54, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.86.

Color convert

RGB163513-
CMYK0.5400.630.86
HSL111.82º45.83%9.41%-
HSV(B)111.82º62.86%13.73%-
XYZ0.891.340.59-
YUV26.81120.21120.29-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 25%
GREEN value IS 35 (14.06% from 255) = 54.69%
BLUE value IS 13 (5.47% from 255) = 20.31%
R=25%
G=54.69%
B=20.31%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1635130.5400.630.86111.8245.839.41
Hex1023D3603F56702e9
Octal204315660771261605611
Binary1000010001111011101100111111101011011100001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10230D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10230D; }

 p { color: rgb(16,35,13); }

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

<style>
 a { background-color: #10230D; }

 a { background-color: rgb(16,35,13); }

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

<style>
 span { border-color: #10230D; }

 span { border-color: rgb(16,35,13); }

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