#3D6560

Color #3D6560 Oracle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oracle #3D6560

Tints of Oracle #3D6560

Color information

#3D6560 (or 0x3D6560) is unknown color: approx Oracle. HEX triplet: 3D, 65 and 60. RGB value is (61,101,96). Sum of RGB (Red+Green+Blue) = 61+101+96=258 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.64% from 258); Green value is 101 (39.84% from 255 or 39.15% from 258); Blue value is 96 (37.89% from 255 or 37.21% from 258); Max value from RGB is 101 - color contains mainly: green. Hex color #3D6560 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6560 is #C29A9F. Grayscale: #585858. Windows color (decimal): -12753568 or 6317373. OLE color: 6317373.

HSL color Cylindrical-coordinate representation of color #3D6560: hue angle of 172.5º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3D6560 is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.60.

Color convert

RGB6110196-
CMYK0.4000.050.60
HSL172.5º24.69%31.76%-
HSV(B)172.5º39.6%39.61%-
XYZ8.6911.1412.76-
YUV88.47132.25108.41-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.64%
GREEN value IS 101 (39.84% from 255) = 39.15%
BLUE value IS 96 (37.89% from 255) = 37.21%
R=23.64%
G=39.15%
B=37.21%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal61101960.4000.050.60172.524.6931.76
Hex3D656028053Cac1920
Octal751451405005742543140
Binary1111011100101110000010100001011111001010110011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D6560; }

 p { color: rgb(61,101,96); }

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

<style>
 a { background-color: #3D6560; }

 a { background-color: rgb(61,101,96); }

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

<style>
 span { border-color: #3D6560; }

 span { border-color: rgb(61,101,96); }

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