#1C634B

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

Shades of Evening Sea #1C634B

Tints of Evening Sea #1C634B

Color information

#1C634B (or 0x1C634B) is unknown color: approx Evening Sea. HEX triplet: 1C, 63 and 4B. RGB value is (28,99,75). Sum of RGB (Red+Green+Blue) = 28+99+75=202 (26% of max value = 765). Red value is 28 (11.33% from 255 or 13.86% from 202); Green value is 99 (39.06% from 255 or 49.01% from 202); Blue value is 75 (29.69% from 255 or 37.13% from 202); Max value from RGB is 99 - color contains mainly: green. Hex color #1C634B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C634B is #E39CB4. Grayscale: #4B4B4B. Windows color (decimal): -14916789 or 4940572. OLE color: 4940572.

HSL color Cylindrical-coordinate representation of color #1C634B: hue angle of 159.72º 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 #1C634B is Cyan = 0.72, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.61.

Color convert

RGB289975-
CMYK0.7200.240.61
HSL159.72º55.91%24.9%-
HSV(B)159.72º71.72%38.82%-
XYZ6.219.688.2-
YUV75.04127.9894.45-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.86%
GREEN value IS 99 (39.06% from 255) = 49.01%
BLUE value IS 75 (29.69% from 255) = 37.13%
R=13.86%
G=49.01%
B=37.13%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2899750.7200.240.61159.7255.9124.9
Hex1C634B480183Da03819
Octal34143113110030752407031
Binary111001100011100101110010000110001111011010000011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C634B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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