#1C6D5C

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

Shades of Eden #1C6D5C

Tints of Eden #1C6D5C

Color information

#1C6D5C (or 0x1C6D5C) is unknown color: approx Eden. HEX triplet: 1C, 6D and 5C. RGB value is (28,109,92). Sum of RGB (Red+Green+Blue) = 28+109+92=229 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.23% from 229); Green value is 109 (42.97% from 255 or 47.60% from 229); Blue value is 92 (36.33% from 255 or 40.17% from 229); Max value from RGB is 109 - color contains mainly: green. Hex color #1C6D5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6D5C is #E392A3. Grayscale: #525252. Windows color (decimal): -14914212 or 6057244. OLE color: 6057244.

HSL color Cylindrical-coordinate representation of color #1C6D5C: hue angle of 167.41º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1C6D5C is Cyan = 0.74, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.57.

Color convert

RGB2810992-
CMYK0.7400.160.57
HSL167.41º59.12%26.86%-
HSV(B)167.41º74.31%42.75%-
XYZ7.8811.9612.02-
YUV82.84133.1688.88-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.23%
GREEN value IS 109 (42.97% from 255) = 47.60%
BLUE value IS 92 (36.33% from 255) = 40.17%
R=12.23%
G=47.60%
B=40.17%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal28109920.7400.160.57167.4159.1226.86
Hex1C6D5C4A01039a73b1b
Octal34155134112020712477333
Binary111001101101101110010010100100001110011010011111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,109,92); }

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

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

 a { background-color: rgb(28,109,92); }

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

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

 span { border-color: rgb(28,109,92); }

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