#1C481E

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

Shades of Myrtle #1C481E

Tints of Myrtle #1C481E

Color information

#1C481E (or 0x1C481E) is unknown color: approx Myrtle. HEX triplet: 1C, 48 and 1E. RGB value is (28,72,30). Sum of RGB (Red+Green+Blue) = 28+72+30=130 (17% of max value = 765). Red value is 28 (11.33% from 255 or 21.54% from 130); Green value is 72 (28.52% from 255 or 55.38% from 130); Blue value is 30 (12.11% from 255 or 23.08% from 130); Max value from RGB is 72 - color contains mainly: green. Hex color #1C481E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C481E is #E3B7E1. Grayscale: #363636. Windows color (decimal): -14923746 or 1984540. OLE color: 1984540.

HSL color Cylindrical-coordinate representation of color #1C481E: hue angle of 122.73º 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 #1C481E is Cyan = 0.61, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB287230-
CMYK0.6100.580.72
HSL122.73º44%19.61%-
HSV(B)122.73º61.11%28.24%-
XYZ3.034.982.03-
YUV54.06114.42109.42-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 21.54%
GREEN value IS 72 (28.52% from 255) = 55.38%
BLUE value IS 30 (12.11% from 255) = 23.08%
R=21.54%
G=55.38%
B=23.08%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2872300.6100.580.72122.734419.61
Hex1C481E3D03A487b2c14
Octal3411036750721101735424
Binary1110010010001111011110101110101001000111101110110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C481E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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