#10624A

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

Shades of Jewel #10624A

Tints of Jewel #10624A

Color information

#10624A (or 0x10624A) is unknown color: approx Jewel. HEX triplet: 10, 62 and 4A. RGB value is (16,98,74). Sum of RGB (Red+Green+Blue) = 16+98+74=188 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.51% from 188); Green value is 98 (38.67% from 255 or 52.13% from 188); Blue value is 74 (29.30% from 255 or 39.36% from 188); Max value from RGB is 98 - color contains mainly: green. Hex color #10624A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10624A is #EF9DB5. Grayscale: #464646. Windows color (decimal): -15703478 or 4874768. OLE color: 4874768.

HSL color Cylindrical-coordinate representation of color #10624A: hue angle of 162.44º 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 #10624A is Cyan = 0.84, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB169874-
CMYK0.8400.240.62
HSL162.44º71.93%22.35%-
HSV(B)162.44º83.67%38.43%-
XYZ5.829.347.97-
YUV70.75129.8388.95-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.51%
GREEN value IS 98 (38.67% from 255) = 52.13%
BLUE value IS 74 (29.30% from 255) = 39.36%
R=8.51%
G=52.13%
B=39.36%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1698740.8400.240.62162.4471.9322.35
Hex10624A540183Ea24816
Octal201421121240307624211026
Binary1000011000101001010101010001100011111010100010100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10624A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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