#1C554F

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

Shades of Eden #1C554F

Tints of Eden #1C554F

Color information

#1C554F (or 0x1C554F) is unknown color: approx Eden. HEX triplet: 1C, 55 and 4F. RGB value is (28,85,79). Sum of RGB (Red+Green+Blue) = 28+85+79=192 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.58% from 192); Green value is 85 (33.59% from 255 or 44.27% from 192); Blue value is 79 (31.25% from 255 or 41.15% from 192); Max value from RGB is 85 - color contains mainly: green. Hex color #1C554F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C554F is #E3AAB0. Grayscale: #434343. Windows color (decimal): -14920369 or 5199132. OLE color: 5199132.

HSL color Cylindrical-coordinate representation of color #1C554F: hue angle of 173.68º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1C554F is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB288579-
CMYK0.6700.070.67
HSL173.68º50.44%22.16%-
HSV(B)173.68º67.06%33.33%-
XYZ5.147.318.54-
YUV67.27134.6299.99-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.58%
GREEN value IS 85 (33.59% from 255) = 44.27%
BLUE value IS 79 (31.25% from 255) = 41.15%
R=14.58%
G=44.27%
B=41.15%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2885790.6700.070.67173.6850.4422.16
Hex1C554F430743ae3216
Octal34125117103071032566226
Binary11100101010110011111000011011110000111010111011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C554F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,85,79); }

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

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

 a { background-color: rgb(28,85,79); }

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

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

 span { border-color: rgb(28,85,79); }

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