#1C620D

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

Shades of Myrtle #1C620D

Tints of Myrtle #1C620D

Color information

#1C620D (or 0x1C620D) is unknown color: approx Myrtle. HEX triplet: 1C, 62 and 0D. RGB value is (28,98,13). Sum of RGB (Red+Green+Blue) = 28+98+13=139 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20.14% from 139); Green value is 98 (38.67% from 255 or 70.50% from 139); Blue value is 13 (5.47% from 255 or 9.35% from 139); Max value from RGB is 98 - color contains mainly: green. Hex color #1C620D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C620D is #E39DF2. Grayscale: #434343. Windows color (decimal): -14917107 or 877084. OLE color: 877084.

HSL color Cylindrical-coordinate representation of color #1C620D: hue angle of 109.41º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C620D is Cyan = 0.71, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB289813-
CMYK0.7100.870.62
HSL109.41º76.58%21.76%-
HSV(B)109.41º86.73%38.43%-
XYZ4.929.011.86-
YUV67.3897.3199.91-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 20.14%
GREEN value IS 98 (38.67% from 255) = 70.50%
BLUE value IS 13 (5.47% from 255) = 9.35%
R=20.14%
G=70.50%
B=9.35%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2898130.7100.870.62109.4176.5821.76
Hex1C62D470573E6d4d16
Octal341421510701277615511526
Binary11100110001011011000111010101111111101101101100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C620D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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