#1C664A

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

Shades of Jewel #1C664A

Tints of Jewel #1C664A

Color information

#1C664A (or 0x1C664A) is unknown color: approx Jewel. HEX triplet: 1C, 66 and 4A. RGB value is (28,102,74). Sum of RGB (Red+Green+Blue) = 28+102+74=204 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.73% from 204); Green value is 102 (40.23% from 255 or 50% from 204); Blue value is 74 (29.30% from 255 or 36.27% from 204); Max value from RGB is 102 - color contains mainly: green. Hex color #1C664A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C664A is #E399B5. Grayscale: #4C4C4C. Windows color (decimal): -14916022 or 4875804. OLE color: 4875804.

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

Color convert

RGB2810274-
CMYK0.7300.270.6
HSL157.3º56.92%25.49%-
HSV(B)157.3º72.55%40%-
XYZ6.4710.248.12-
YUV76.68126.4893.28-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.73%
GREEN value IS 102 (40.23% from 255) = 50%
BLUE value IS 74 (29.30% from 255) = 36.27%
R=13.73%
G=50%
B=36.27%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal28102740.7300.270.6157.356.9225.49
Hex1C664A4901B3C9d3919
Octal34146112111033742357131
Binary111001100110100101010010010110111111001001110111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C664A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,102,74); }

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

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

 a { background-color: rgb(28,102,74); }

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

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

 span { border-color: rgb(28,102,74); }

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