#10634D

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

Shades of Jewel #10634D

Tints of Jewel #10634D

Color information

#10634D (or 0x10634D) is unknown color: approx Jewel. HEX triplet: 10, 63 and 4D. RGB value is (16,99,77). Sum of RGB (Red+Green+Blue) = 16+99+77=192 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.33% from 192); Green value is 99 (39.06% from 255 or 51.56% from 192); Blue value is 77 (30.47% from 255 or 40.10% from 192); Max value from RGB is 99 - color contains mainly: green. Hex color #10634D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10634D is #EF9CB2. Grayscale: #474747. Windows color (decimal): -15703219 or 5071632. OLE color: 5071632.

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

Color convert

RGB169977-
CMYK0.8400.220.61
HSL164.1º72.17%22.55%-
HSV(B)164.1º83.84%38.82%-
XYZ6.029.578.55-
YUV71.6813188.29-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.33%
GREEN value IS 99 (39.06% from 255) = 51.56%
BLUE value IS 77 (30.47% from 255) = 40.10%
R=8.33%
G=51.56%
B=40.10%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1699770.8400.220.61164.172.1722.55
Hex10634D540163Da44817
Octal201431151240267524411027
Binary1000011000111001101101010001011011110110100100100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10634D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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