#1C6549

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

Shades of Jewel #1C6549

Tints of Jewel #1C6549

Color information

#1C6549 (or 0x1C6549) is unknown color: approx Jewel. HEX triplet: 1C, 65 and 49. RGB value is (28,101,73). Sum of RGB (Red+Green+Blue) = 28+101+73=202 (26% of max value = 765). Red value is 28 (11.33% from 255 or 13.86% from 202); Green value is 101 (39.84% from 255 or 50% from 202); Blue value is 73 (28.91% from 255 or 36.14% from 202); Max value from RGB is 101 - color contains mainly: green. Hex color #1C6549 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C6549 is #E39AB6. Grayscale: #4C4C4C. Windows color (decimal): -14916279 or 4810012. OLE color: 4810012.

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

Color convert

RGB2810173-
CMYK0.7200.280.60
HSL156.99º56.59%25.29%-
HSV(B)156.99º72.28%39.61%-
XYZ6.3410.047.91-
YUV75.98126.3293.78-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.86%
GREEN value IS 101 (39.84% from 255) = 50%
BLUE value IS 73 (28.91% from 255) = 36.14%
R=13.86%
G=50%
B=36.14%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal28101730.7200.280.60156.9956.5925.29
Hex1C65494801C3C9d3919
Octal34145111110034742357131
Binary111001100101100100110010000111001111001001110111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,101,73); }

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

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

 a { background-color: rgb(28,101,73); }

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

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

 span { border-color: rgb(28,101,73); }

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