#10634F

Color #10634F Watercourse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watercourse #10634F

Tints of Watercourse #10634F

Color information

#10634F (or 0x10634F) is unknown color: approx Watercourse. HEX triplet: 10, 63 and 4F. RGB value is (16,99,79). Sum of RGB (Red+Green+Blue) = 16+99+79=194 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.25% from 194); Green value is 99 (39.06% from 255 or 51.03% from 194); Blue value is 79 (31.25% from 255 or 40.72% from 194); Max value from RGB is 99 - color contains mainly: green. Hex color #10634F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10634F is #EF9CB0. Grayscale: #474747. Windows color (decimal): -15703217 or 5202704. OLE color: 5202704.

HSL color Cylindrical-coordinate representation of color #10634F: hue angle of 165.54º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #10634F is Cyan = 0.84, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.61.

Color convert

RGB169979-
CMYK0.8400.200.61
HSL165.54º72.17%22.55%-
HSV(B)165.54º83.84%38.82%-
XYZ6.099.68.93-
YUV71.913288.13-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.25%
GREEN value IS 99 (39.06% from 255) = 51.03%
BLUE value IS 79 (31.25% from 255) = 40.72%
R=8.25%
G=51.03%
B=40.72%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1699790.8400.200.61165.5472.1722.55
Hex10634F540143Da64817
Octal201431171240247524611027
Binary1000011000111001111101010001010011110110100110100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10634F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10634F; }

 p { color: rgb(16,99,79); }

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

<style>
 a { background-color: #10634F; }

 a { background-color: rgb(16,99,79); }

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

<style>
 span { border-color: #10634F; }

 span { border-color: rgb(16,99,79); }

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