#1C694C

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

Shades of Jewel #1C694C

Tints of Jewel #1C694C

Color information

#1C694C (or 0x1C694C) is unknown color: approx Jewel. HEX triplet: 1C, 69 and 4C. RGB value is (28,105,76). Sum of RGB (Red+Green+Blue) = 28+105+76=209 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.40% from 209); Green value is 105 (41.41% from 255 or 50.24% from 209); Blue value is 76 (30.08% from 255 or 36.36% from 209); Max value from RGB is 105 - color contains mainly: green. Hex color #1C694C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C694C is #E396B3. Grayscale: #4E4E4E. Windows color (decimal): -14915252 or 5007644. OLE color: 5007644.

HSL color Cylindrical-coordinate representation of color #1C694C: hue angle of 157.4º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1C694C is Cyan = 0.73, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB2810576-
CMYK0.7300.280.59
HSL157.4º57.89%26.08%-
HSV(B)157.4º73.33%41.18%-
XYZ6.8310.878.58-
YUV78.67126.4991.86-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.40%
GREEN value IS 105 (41.41% from 255) = 50.24%
BLUE value IS 76 (30.08% from 255) = 36.36%
R=13.40%
G=50.24%
B=36.36%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal28105760.7300.280.59157.457.8926.08
Hex1C694C4901C3B9d3a1a
Octal34151114111034732357232
Binary111001101001100110010010010111001110111001110111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C694C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,105,76); }

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

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

 a { background-color: rgb(28,105,76); }

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

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

 span { border-color: rgb(28,105,76); }

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