#0D634A

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

Shades of Jewel #0D634A

Tints of Jewel #0D634A

Color information

#0D634A (or 0x0D634A) is unknown color: approx Jewel. HEX triplet: 0D, 63 and 4A. RGB value is (13,99,74). Sum of RGB (Red+Green+Blue) = 13+99+74=186 (24% of max value = 765). Red value is 13 (5.47% from 255 or 6.99% from 186); Green value is 99 (39.06% from 255 or 53.23% from 186); Blue value is 74 (29.30% from 255 or 39.78% from 186); Max value from RGB is 99 - color contains mainly: green. Hex color #0D634A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D634A is #F29CB5. Grayscale: #464646. Windows color (decimal): -15899830 or 4875021. OLE color: 4875021.

HSL color Cylindrical-coordinate representation of color #0D634A: hue angle of 162.56º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D634A is Cyan = 0.87, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.61.

Color convert

RGB139974-
CMYK0.8700.250.61
HSL162.56º76.79%21.96%-
HSV(B)162.56º86.87%38.82%-
XYZ5.869.58-
YUV70.44130.0187.03-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.99%
GREEN value IS 99 (39.06% from 255) = 53.23%
BLUE value IS 74 (29.30% from 255) = 39.78%
R=6.99%
G=53.23%
B=39.78%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1399740.8700.250.61162.5676.7921.96
HexD634A570193Da34d16
Octal151431121270317524311526
Binary110111000111001010101011101100111110110100011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D634A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D634A; }

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

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

<style>
 a { background-color: #0D634A; }

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

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

<style>
 span { border-color: #0D634A; }

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

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