#1C580A

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

Shades of Myrtle #1C580A

Tints of Myrtle #1C580A

Color information

#1C580A (or 0x1C580A) is unknown color: approx Myrtle. HEX triplet: 1C, 58 and 0A. RGB value is (28,88,10). Sum of RGB (Red+Green+Blue) = 28+88+10=126 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.22% from 126); Green value is 88 (34.77% from 255 or 69.84% from 126); Blue value is 10 (4.30% from 255 or 7.94% from 126); Max value from RGB is 88 - color contains mainly: green. Hex color #1C580A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C580A is #E3A7F5. Grayscale: #3D3D3D. Windows color (decimal): -14919670 or 677916. OLE color: 677916.

HSL color Cylindrical-coordinate representation of color #1C580A: hue angle of 106.15º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C580A is Cyan = 0.68, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.65.

Color convert

RGB288810-
CMYK0.6800.890.65
HSL106.15º79.59%19.22%-
HSV(B)106.15º88.64%34.51%-
XYZ4.027.251.47-
YUV61.1799.12104.34-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 22.22%
GREEN value IS 88 (34.77% from 255) = 69.84%
BLUE value IS 10 (4.30% from 255) = 7.94%
R=22.22%
G=69.84%
B=7.94%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2888100.6800.890.65106.1579.5919.22
Hex1C58A44059416a5013
Octal3413012104013110115212023
Binary111001011000101010001000101100110000011101010101000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C580A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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