#10624D

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

Shades of Jewel #10624D

Tints of Jewel #10624D

Color information

#10624D (or 0x10624D) is unknown color: approx Jewel. HEX triplet: 10, 62 and 4D. RGB value is (16,98,77). Sum of RGB (Red+Green+Blue) = 16+98+77=191 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.38% from 191); Green value is 98 (38.67% from 255 or 51.31% from 191); Blue value is 77 (30.47% from 255 or 40.31% from 191); Max value from RGB is 98 - color contains mainly: green. Hex color #10624D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10624D is #EF9DB2. Grayscale: #474747. Windows color (decimal): -15703475 or 5071376. OLE color: 5071376.

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

Color convert

RGB169877-
CMYK0.8400.210.62
HSL164.63º71.93%22.35%-
HSV(B)164.63º83.67%38.43%-
XYZ5.929.388.52-
YUV71.09131.3388.71-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.38%
GREEN value IS 98 (38.67% from 255) = 51.31%
BLUE value IS 77 (30.47% from 255) = 40.31%
R=8.38%
G=51.31%
B=40.31%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1698770.8400.210.62164.6371.9322.35
Hex10624D540153Ea54816
Octal201421151240257624511026
Binary1000011000101001101101010001010111111010100101100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10624D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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