#10380C

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

Shades of Myrtle #10380C

Tints of Myrtle #10380C

Color information

#10380C (or 0x10380C) is unknown color: approx Myrtle. HEX triplet: 10, 38 and 0C. RGB value is (16,56,12). Sum of RGB (Red+Green+Blue) = 16+56+12=84 (11% of max value = 765). Red value is 16 (6.64% from 255 or 19.05% from 84); Green value is 56 (22.27% from 255 or 66.67% from 84); Blue value is 12 (5.08% from 255 or 14.29% from 84); Max value from RGB is 56 - color contains mainly: green. Hex color #10380C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #10380C is #EFC7F3. Grayscale: #272727. Windows color (decimal): -15714292 or 800784. OLE color: 800784.

HSL color Cylindrical-coordinate representation of color #10380C: hue angle of 114.55º degrees, saturation: 0.65, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #10380C is Cyan = 0.71, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.78.

Color convert

RGB165612-
CMYK0.7100.790.78
HSL114.55º64.71%13.33%-
HSV(B)114.55º78.57%21.96%-
XYZ1.692.970.83-
YUV39.02112.75111.58-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 19.05%
GREEN value IS 56 (22.27% from 255) = 66.67%
BLUE value IS 12 (5.08% from 255) = 14.29%
R=19.05%
G=66.67%
B=14.29%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1656120.7100.790.78114.5564.7113.33
Hex1038C4704F4E7341d
Octal207014107011711616310115
Binary1000011100011001000111010011111001110111001110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10380C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10380C; }

 p { color: rgb(16,56,12); }

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

<style>
 a { background-color: #10380C; }

 a { background-color: rgb(16,56,12); }

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

<style>
 span { border-color: #10380C; }

 span { border-color: rgb(16,56,12); }

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