#1C580D

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

Shades of Myrtle #1C580D

Tints of Myrtle #1C580D

Color information

#1C580D (or 0x1C580D) is unknown color: approx Myrtle. HEX triplet: 1C, 58 and 0D. RGB value is (28,88,13). Sum of RGB (Red+Green+Blue) = 28+88+13=129 (17% of max value = 765). Red value is 28 (11.33% from 255 or 21.71% from 129); Green value is 88 (34.77% from 255 or 68.22% from 129); Blue value is 13 (5.47% from 255 or 10.08% from 129); Max value from RGB is 88 - color contains mainly: green. Hex color #1C580D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C580D is #E3A7F2. Grayscale: #3D3D3D. Windows color (decimal): -14919667 or 874524. OLE color: 874524.

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

Color convert

RGB288813-
CMYK0.6800.850.65
HSL108º74.26%19.8%-
HSV(B)108º85.23%34.51%-
XYZ4.047.261.57-
YUV61.51100.62104.1-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 21.71%
GREEN value IS 88 (34.77% from 255) = 68.22%
BLUE value IS 13 (5.47% from 255) = 10.08%
R=21.71%
G=68.22%
B=10.08%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2888130.6800.850.6510874.2619.8
Hex1C58D44055416c4a14
Octal3413015104012510115411224
Binary111001011000110110001000101010110000011101100100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C580D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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