Html Css Color HEX #1C5546 Evening Sea

📋 copy color: '#1C5546'

red 28 ◦ green 85 ◦ blue 70

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

Shades of Evening Sea #1C5546

Tints of Evening Sea #1C5546

RGB

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

 GREEN value IS 85 (33.59% from 255) = 46.45%

 BLUE value IS 70 (27.73% from 255) = 38.25%

R = 15.3%
G = 46.45%
B = 38.25%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#1C5546 (or 0x1C5546) is known color: Evening Sea. HEX triplet: 1C, 55 and 46. RGB value is (28,85,70). Sum of RGB (Red+Green+Blue) = 28+85+70=183 (24% of max value = 765). Red value is 28 (11.33% from 255 or 15.30% from 183); Green value is 85 (33.59% from 255 or 46.45% from 183); Blue value is 70 (27.73% from 255 or 38.25% from 183); Max value from RGB is 85 - color contains mainly: green. Hex color #1C5546 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5546 is #E3AAB9. Grayscale: #424242. Windows color (decimal): -14920378 or 4609308. OLE color: 4609308.

HSL color Cylindrical-coordinate representation of color #1C5546: hue angle of 164.21º 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 #1C5546 is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB 28 85 70 -
CMYK 0.67 0 0.18 0.67
HSL 164.21º 0.5% 0.22% -
HSV(B) 164.21º 0.67% 0.33% -
XYZ 4.83 7.19 6.93 -
YUV 66.25 130.12 100.72 -
System Red Green Blue C M Y K H S L
Decimal 28 85 70 0.67 0 0.18 0.67 164.21 0.5 0.22
Hex 1C 55 46 43 0 12 43 A4 32 16
Octal 34 125 106 103 0 22 103 244 62 26
Binary 11100 1010101 1000110 1000011 0 10010 1000011 10100100 110010 10110

Color Harmonies of #1C5546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C5546

Black with #1C5546

Text Example


Text Example

White with #1C5546

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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