#1C470A

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

Shades of Myrtle #1C470A

Tints of Myrtle #1C470A

Color information

#1C470A (or 0x1C470A) is unknown color: approx Myrtle. HEX triplet: 1C, 47 and 0A. RGB value is (28,71,10). Sum of RGB (Red+Green+Blue) = 28+71+10=109 (14% of max value = 765). Red value is 28 (11.33% from 255 or 25.69% from 109); Green value is 71 (28.12% from 255 or 65.14% from 109); Blue value is 10 (4.30% from 255 or 9.17% from 109); Max value from RGB is 71 - color contains mainly: green. Hex color #1C470A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C470A is #E3B8F5. Grayscale: #333333. Windows color (decimal): -14924022 or 673564. OLE color: 673564.

HSL color Cylindrical-coordinate representation of color #1C470A: hue angle of 102.3º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C470A is Cyan = 0.61, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.72.

Color convert

RGB287110-
CMYK0.6100.860.72
HSL102.3º75.31%15.88%-
HSV(B)102.3º85.92%27.84%-
XYZ2.794.781.06-
YUV51.19104.75111.46-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 25.69%
GREEN value IS 71 (28.12% from 255) = 65.14%
BLUE value IS 10 (4.30% from 255) = 9.17%
R=25.69%
G=65.14%
B=9.17%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2871100.6100.860.72102.375.3115.88
Hex1C47A3D05648664b10
Octal341071275012611014611320
Binary11100100011110101111010101011010010001100110100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C470A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C470A; }

 p { color: rgb(28,71,10); }

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

<style>
 a { background-color: #1C470A; }

 a { background-color: rgb(28,71,10); }

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

<style>
 span { border-color: #1C470A; }

 span { border-color: rgb(28,71,10); }

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