#1C481D

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

Shades of Myrtle #1C481D

Tints of Myrtle #1C481D

Color information

#1C481D (or 0x1C481D) is unknown color: approx Myrtle. HEX triplet: 1C, 48 and 1D. RGB value is (28,72,29). Sum of RGB (Red+Green+Blue) = 28+72+29=129 (17% of max value = 765). Red value is 28 (11.33% from 255 or 21.71% from 129); Green value is 72 (28.52% from 255 or 55.81% from 129); Blue value is 29 (11.72% from 255 or 22.48% from 129); Max value from RGB is 72 - color contains mainly: green. Hex color #1C481D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C481D is #E3B7E2. Grayscale: #363636. Windows color (decimal): -14923747 or 1919004. OLE color: 1919004.

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

Color convert

RGB287229-
CMYK0.6100.600.72
HSL121.36º44%19.61%-
HSV(B)121.36º61.11%28.24%-
XYZ3.024.971.96-
YUV53.94113.92109.5-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 21.71%
GREEN value IS 72 (28.52% from 255) = 55.81%
BLUE value IS 29 (11.72% from 255) = 22.48%
R=21.71%
G=55.81%
B=22.48%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2872290.6100.600.72121.364419.61
Hex1C481D3D03C48792c14
Octal3411035750741101715424
Binary1110010010001110111110101111001001000111100110110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C481D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,72,29); }

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

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

 a { background-color: rgb(28,72,29); }

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

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

 span { border-color: rgb(28,72,29); }

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