Html Css Color HEX #1C5C55 Eden

📋 copy color: '#1C5C55'

red 28 ◦ green 92 ◦ blue 85

#1C5C55
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eden #1C5C55

Tints of Eden #1C5C55

RGB

 RED value IS 28 (11.33% from 255) = 13.66%

 GREEN value IS 92 (36.33% from 255) = 44.88%

 BLUE value IS 85 (33.59% from 255) = 41.46%

R = 13.66%
G = 44.88%
B = 41.46%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.08

 K value IS 0.64

RGB Variations

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

Color information

#1C5C55 (or 0x1C5C55) is known color: Eden. HEX triplet: 1C, 5C and 55. RGB value is (28,92,85). Sum of RGB (Red+Green+Blue) = 28+92+85=205 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.66% from 205); Green value is 92 (36.33% from 255 or 44.88% from 205); Blue value is 85 (33.59% from 255 or 41.46% from 205); Max value from RGB is 92 - color contains mainly: green. Hex color #1C5C55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C5C55 is #E3A3AA. Grayscale: #484848. Windows color (decimal): -14918571 or 5594140. OLE color: 5594140.

HSL color Cylindrical-coordinate representation of color #1C5C55: hue angle of 173.44º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1C5C55 is Cyan = 0.70, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.

Color convert

RGB 28 92 85 -
CMYK 0.70 0 0.08 0.64
HSL 173.44º 0.53% 0.24% -
HSV(B) 173.44º 0.7% 0.36% -
XYZ 5.95 8.56 9.93 -
YUV 72.07 135.3 96.57 -
System Red Green Blue C M Y K H S L
Decimal 28 92 85 0.70 0 0.08 0.64 173.44 0.53 0.24
Hex 1C 5C 55 46 0 8 40 AD 35 18
Octal 34 134 125 106 0 10 100 255 65 30
Binary 11100 1011100 1010101 1000110 0 1000 1000000 10101101 110101 11000

Color Harmonies of #1C5C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C5C55

Black with #1C5C55

Text Example


Text Example

White with #1C5C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1C5C55;
 }
 .AnyTagClassName
 {
   color: #1C5C55;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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