#10634A

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

Shades of Jewel #10634A

Tints of Jewel #10634A

Color information

#10634A (or 0x10634A) is unknown color: approx Jewel. HEX triplet: 10, 63 and 4A. RGB value is (16,99,74). Sum of RGB (Red+Green+Blue) = 16+99+74=189 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.47% from 189); Green value is 99 (39.06% from 255 or 52.38% from 189); Blue value is 74 (29.30% from 255 or 39.15% from 189); Max value from RGB is 99 - color contains mainly: green. Hex color #10634A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10634A is #EF9CB5. Grayscale: #474747. Windows color (decimal): -15703222 or 4875024. OLE color: 4875024.

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

Color convert

RGB169974-
CMYK0.8400.250.61
HSL161.93º72.17%22.55%-
HSV(B)161.93º83.84%38.82%-
XYZ5.919.538.01-
YUV71.33129.588.53-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.47%
GREEN value IS 99 (39.06% from 255) = 52.38%
BLUE value IS 74 (29.30% from 255) = 39.15%
R=8.47%
G=52.38%
B=39.15%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1699740.8400.250.61161.9372.1722.55
Hex10634A540193Da24817
Octal201431121240317524211027
Binary1000011000111001010101010001100111110110100010100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10634A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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