Html Css Color HEX #1C5349 Evening Sea

📋 copy color: '#1C5349'

red 28 ◦ green 83 ◦ blue 73

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

Shades of Evening Sea #1C5349

Tints of Evening Sea #1C5349

RGB

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

 GREEN value IS 83 (32.81% from 255) = 45.11%

 BLUE value IS 73 (28.91% from 255) = 39.67%

R = 15.22%
G = 45.11%
B = 39.67%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#1C5349 (or 0x1C5349) is known color: Evening Sea. HEX triplet: 1C, 53 and 49. RGB value is (28,83,73). Sum of RGB (Red+Green+Blue) = 28+83+73=184 (24% of max value = 765). Red value is 28 (11.33% from 255 or 15.22% from 184); Green value is 83 (32.81% from 255 or 45.11% from 184); Blue value is 73 (28.91% from 255 or 39.67% from 184); Max value from RGB is 83 - color contains mainly: green. Hex color #1C5349 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5349 is #E3ACB6. Grayscale: #414141. Windows color (decimal): -14920887 or 4805404. OLE color: 4805404.

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

Color convert

RGB 28 83 73 -
CMYK 0.66 0 0.12 0.67
HSL 169.09º 0.5% 0.22% -
HSV(B) 169.09º 0.66% 0.33% -
XYZ 4.77 6.91 7.39 -
YUV 65.42 132.28 101.31 -
System Red Green Blue C M Y K H S L
Decimal 28 83 73 0.66 0 0.12 0.67 169.09 0.5 0.22
Hex 1C 53 49 42 0 C 43 A9 32 16
Octal 34 123 111 102 0 14 103 251 62 26
Binary 11100 1010011 1001001 1000010 0 1100 1000011 10101001 110010 10110

Color Harmonies of #1C5349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C5349

Black with #1C5349

Text Example


Text Example

White with #1C5349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,83,73); }

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

background-color css

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

 a { background-color: rgb(28,83,73); }

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

border-color css

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

 span { border-color: rgb(28,83,73); }

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