Html Css Color HEX #1C5C4C Evening Sea

📋 copy color: '#1C5C4C'

red 28 ◦ green 92 ◦ blue 76

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

Shades of Evening Sea #1C5C4C

Tints of Evening Sea #1C5C4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 38.78%

R = 14.29%
G = 46.94%
B = 38.78%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.17

 K value IS 0.64

RGB Variations

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

Color information

#1C5C4C (or 0x1C5C4C) is known color: Evening Sea. HEX triplet: 1C, 5C and 4C. RGB value is (28,92,76). Sum of RGB (Red+Green+Blue) = 28+92+76=196 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.29% from 196); Green value is 92 (36.33% from 255 or 46.94% from 196); Blue value is 76 (30.08% from 255 or 38.78% from 196); Max value from RGB is 92 - color contains mainly: green. Hex color #1C5C4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5C4C is #E3A3B3. Grayscale: #474747. Windows color (decimal): -14918580 or 5004316. OLE color: 5004316.

HSL color Cylindrical-coordinate representation of color #1C5C4C: hue angle of 165º 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 #1C5C4C is Cyan = 0.70, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.64.

Color convert

RGB 28 92 76 -
CMYK 0.70 0 0.17 0.64
HSL 165º 0.53% 0.24% -
HSV(B) 165º 0.7% 0.36% -
XYZ 5.61 8.42 8.17 -
YUV 71.04 130.8 97.3 -
System Red Green Blue C M Y K H S L
Decimal 28 92 76 0.70 0 0.17 0.64 165 0.53 0.24
Hex 1C 5C 4C 46 0 11 40 A5 35 18
Octal 34 134 114 106 0 21 100 245 65 30
Binary 11100 1011100 1001100 1000110 0 10001 1000000 10100101 110101 11000

Color Harmonies of #1C5C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C5C4C

Black with #1C5C4C

Text Example


Text Example

White with #1C5C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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