#1C634D

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

Shades of Evening Sea #1C634D

Tints of Evening Sea #1C634D

Color information

#1C634D (or 0x1C634D) is unknown color: approx Evening Sea. HEX triplet: 1C, 63 and 4D. RGB value is (28,99,77). Sum of RGB (Red+Green+Blue) = 28+99+77=204 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.73% from 204); Green value is 99 (39.06% from 255 or 48.53% from 204); Blue value is 77 (30.47% from 255 or 37.75% from 204); Max value from RGB is 99 - color contains mainly: green. Hex color #1C634D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C634D is #E39CB2. Grayscale: #4B4B4B. Windows color (decimal): -14916787 or 5071644. OLE color: 5071644.

HSL color Cylindrical-coordinate representation of color #1C634D: hue angle of 161.41º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1C634D is Cyan = 0.72, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.61.

Color convert

RGB289977-
CMYK0.7200.220.61
HSL161.41º55.91%24.9%-
HSV(B)161.41º71.72%38.82%-
XYZ6.289.718.56-
YUV75.26128.9894.29-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.73%
GREEN value IS 99 (39.06% from 255) = 48.53%
BLUE value IS 77 (30.47% from 255) = 37.75%
R=13.73%
G=48.53%
B=37.75%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2899770.7200.220.61161.4155.9124.9
Hex1C634D480163Da13819
Octal34143115110026752417031
Binary111001100011100110110010000101101111011010000111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C634D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,99,77); }

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

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

 a { background-color: rgb(28,99,77); }

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

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

 span { border-color: rgb(28,99,77); }

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