#10634C

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

Shades of Jewel #10634C

Tints of Jewel #10634C

Color information

#10634C (or 0x10634C) is unknown color: approx Jewel. HEX triplet: 10, 63 and 4C. RGB value is (16,99,76). Sum of RGB (Red+Green+Blue) = 16+99+76=191 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.38% from 191); Green value is 99 (39.06% from 255 or 51.83% from 191); Blue value is 76 (30.08% from 255 or 39.79% from 191); Max value from RGB is 99 - color contains mainly: green. Hex color #10634C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10634C is #EF9CB3. Grayscale: #474747. Windows color (decimal): -15703220 or 5006096. OLE color: 5006096.

HSL color Cylindrical-coordinate representation of color #10634C: hue angle of 163.37º 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 #10634C is Cyan = 0.84, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.61.

Color convert

RGB169976-
CMYK0.8400.230.61
HSL163.37º72.17%22.55%-
HSV(B)163.37º83.84%38.82%-
XYZ5.989.568.37-
YUV71.56130.588.37-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.38%
GREEN value IS 99 (39.06% from 255) = 51.83%
BLUE value IS 76 (30.08% from 255) = 39.79%
R=8.38%
G=51.83%
B=39.79%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1699760.8400.230.61163.3772.1722.55
Hex10634C540173Da34817
Octal201431141240277524311027
Binary1000011000111001100101010001011111110110100011100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10634C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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