#10604D

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

Shades of Jewel #10604D

Tints of Jewel #10604D

Color information

#10604D (or 0x10604D) is unknown color: approx Jewel. HEX triplet: 10, 60 and 4D. RGB value is (16,96,77). Sum of RGB (Red+Green+Blue) = 16+96+77=189 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.47% from 189); Green value is 96 (37.89% from 255 or 50.79% from 189); Blue value is 77 (30.47% from 255 or 40.74% from 189); Max value from RGB is 96 - color contains mainly: green. Hex color #10604D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10604D is #EF9FB2. Grayscale: #454545. Windows color (decimal): -15703987 or 5070864. OLE color: 5070864.

HSL color Cylindrical-coordinate representation of color #10604D: hue angle of 165.75º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #10604D is Cyan = 0.83, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB169677-
CMYK0.8300.200.62
HSL165.75º71.43%21.96%-
HSV(B)165.75º83.33%37.65%-
XYZ5.749.018.46-
YUV69.9113289.54-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.47%
GREEN value IS 96 (37.89% from 255) = 50.79%
BLUE value IS 77 (30.47% from 255) = 40.74%
R=8.47%
G=50.79%
B=40.74%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1696770.8300.200.62165.7571.4321.96
Hex10604D530143Ea64716
Octal201401151230247624610726
Binary1000011000001001101101001101010011111010100110100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10604D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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